diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 9344ec017..db6c44c11 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -1,8 +1,8 @@ """Handle communication between Frigate and other applications.""" import datetime -import logging import json +import logging from abc import ABC, abstractmethod from typing import Any, Callable, Optional