mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-17 21:58:22 +03:00
style: ruff format
This commit is contained in:
parent
a759987cae
commit
225e488f0d
@ -642,7 +642,10 @@ class ReviewSegmentMaintainer(threading.Thread):
|
||||
_,
|
||||
audio_detections,
|
||||
) = data
|
||||
elif topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value:
|
||||
elif (
|
||||
topic == DetectionTypeEnum.api.value
|
||||
or topic == DetectionTypeEnum.lpr.value
|
||||
):
|
||||
(
|
||||
camera,
|
||||
frame_time,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user