Improve the tablet layout (#19320)

* Improve the tablet layout

* Update imports sort

* Fix more imports
This commit is contained in:
Nicolas Mowen
2025-08-16 10:20:33 -05:00
committed by Blake Blackshear
parent 10160fb3b5
commit fa1b88097b
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -11,8 +11,8 @@ from frigate.comms.inter_process import InterProcessRequestor
from frigate.const import (
CLIPS_DIR,
MODEL_CACHE_DIR,
UPDATE_MODEL_STATE,
PROCESS_PRIORITY_LOW,
UPDATE_MODEL_STATE,
)
from frigate.log import redirect_output_to_logger
from frigate.types import ModelStatusTypesEnum
+1 -1
View File
@@ -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