From ed9e316433d2a2b336845f27a4e4be1d8086928c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 30 Apr 2024 07:02:11 -0600 Subject: [PATCH] Sorting --- frigate/comms/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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