style: ruff format

This commit is contained in:
ryzendigo 2026-03-17 06:56:41 +08:00
parent a759987cae
commit 225e488f0d

View File

@ -642,7 +642,10 @@ class ReviewSegmentMaintainer(threading.Thread):
_, _,
audio_detections, audio_detections,
) = data ) = data
elif topic == DetectionTypeEnum.api.value or topic == DetectionTypeEnum.lpr.value: elif (
topic == DetectionTypeEnum.api.value
or topic == DetectionTypeEnum.lpr.value
):
( (
camera, camera,
frame_time, frame_time,