From c847f1fedc6e511126d39cc54e458fd4c8452b7b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 29 Jul 2025 09:00:32 -0600 Subject: [PATCH] Fix more imports --- frigate/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/video.py b/frigate/video.py index 2754a12cd..b8b8fcdb2 100755 --- a/frigate/video.py +++ b/frigate/video.py @@ -22,8 +22,8 @@ from frigate.config.camera.updater import ( from frigate.const import ( CACHE_DIR, CACHE_SEGMENT_FORMAT, - REQUEST_REGION_GRID, PROCESS_PRIORITY_HIGH, + REQUEST_REGION_GRID, ) from frigate.log import LogPipe from frigate.motion import MotionDetector