mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Improve the tablet layout (#19320)
* Improve the tablet layout * Update imports sort * Fix more imports
This commit is contained in:
committed by
Blake Blackshear
parent
10160fb3b5
commit
fa1b88097b
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user