From 95561c29397c0ac1a756c0c00ffc15d6313d4f93 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:54:08 -0600 Subject: [PATCH] remove import --- frigate/events/cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/events/cleanup.py b/frigate/events/cleanup.py index 0cdce5220..f6f241e58 100644 --- a/frigate/events/cleanup.py +++ b/frigate/events/cleanup.py @@ -9,7 +9,7 @@ from multiprocessing.synchronize import Event as MpEvent from pathlib import Path from frigate.config import FrigateConfig -from frigate.const import CHUNK_SIZE, CLIPS_DIR +from frigate.const import CLIPS_DIR from frigate.db.sqlitevecq import SqliteVecQueueDatabase from frigate.models import Event, Timeline