mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +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
|
# Ensure output shape and dtype are exactly as expected
|
||||||
|
|
||||||
|
|
||||||
return detections
|
return detections
|
||||||
except zmq.Again:
|
except zmq.Again:
|
||||||
# Timeout
|
# Timeout
|
||||||
@ -150,4 +149,3 @@ class ZmqIpcDetector(DetectionApi):
|
|||||||
self._socket.close(linger=self.detector_config.linger_ms)
|
self._socket.close(linger=self.detector_config.linger_ms)
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user