From a60d8a750397ea5f0675cffdbd2c18944966bac1 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 18 Aug 2025 08:38:20 -0600 Subject: [PATCH] Formatting --- frigate/detectors/plugins/zmq_ipc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/detectors/plugins/zmq_ipc.py b/frigate/detectors/plugins/zmq_ipc.py index 0c9b0ff09..112176c1a 100644 --- a/frigate/detectors/plugins/zmq_ipc.py +++ b/frigate/detectors/plugins/zmq_ipc.py @@ -123,7 +123,6 @@ class ZmqIpcDetector(DetectionApi): # Ensure output shape and dtype are exactly as expected - return detections except zmq.Again: # Timeout @@ -150,4 +149,3 @@ class ZmqIpcDetector(DetectionApi): self._socket.close(linger=self.detector_config.linger_ms) except Exception: pass -