From fbdcaa932ccaf2e1a21243e05ead15232bcda21b Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 13 Aug 2025 10:06:52 -0600 Subject: [PATCH] Cleanup --- frigate/detectors/plugins/zmq_ipc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index 286639c85..7f832bce7 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -10,7 +10,6 @@ from typing_extensions import Literal from frigate.detectors.detection_api import DetectionApi from frigate.detectors.detector_config import BaseDetectorConfig - logger = logging.getLogger(__name__) DETECTOR_KEY = "zmq"