mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
Formatting
This commit is contained in:
parent
50d30ebc38
commit
a60d8a7503
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user