mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
isort fixes
This commit is contained in:
parent
4a4a74594a
commit
73b51290e1
@ -2,7 +2,6 @@
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
from enum import Enum
|
||||
from typing import Any
|
||||
|
||||
|
||||
@ -3,10 +3,9 @@
|
||||
import datetime
|
||||
import logging
|
||||
import os
|
||||
import threading
|
||||
|
||||
from enum import Enum
|
||||
import subprocess as sp
|
||||
import threading
|
||||
from enum import Enum
|
||||
|
||||
from frigate.config import FrigateConfig
|
||||
from frigate.const import EXPORT_DIR, MAX_PLAYLIST_SECONDS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user