Skip to content

Commit 484e533

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent e5c4d8e commit 484e533

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

‎examples/tracking/script.py‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ def process_video(
3030
detections = tracker.update_with_detections(detections)
3131

3232
annotated_frame = box_annotator.annotate(
33-
scene=frame.copy(), detections=detections)
34-
33+
scene=frame.copy(), detections=detections
34+
)
35+
3536
annotated_labeled_frame = label_annotator.annotate(
36-
scene=annotated_frame, detections=detections)
37-
37+
scene=annotated_frame, detections=detections
38+
)
39+
3840
sink.write_frame(frame=annotated_labeled_frame)
3941

4042

0 commit comments

Comments
 (0)