mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Cleanup imports
This commit is contained in:
parent
0ca8219fbd
commit
5e1cf474d6
@ -1,17 +1,13 @@
|
|||||||
import datetime
|
|
||||||
import json
|
|
||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
from wsgiref.simple_server import make_server
|
|
||||||
|
|
||||||
import paho.mqtt.client as mqtt
|
import paho.mqtt.client as mqtt
|
||||||
from ws4py.server.wsgiutils import WebSocketWSGIApplication
|
|
||||||
from ws4py.websocket import WebSocket
|
|
||||||
|
|
||||||
from frigate.communication.dispatcher import Communicator
|
from frigate.communication.dispatcher import Communicator
|
||||||
from frigate.config import FrigateConfig
|
from frigate.config import FrigateConfig
|
||||||
from frigate.types import CameraMetricsTypes
|
from frigate.types import CameraMetricsTypes
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user