Skip to content

Commit

Permalink
fix(pre_commit): 🎨 auto format pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 11, 2024
1 parent 3b836d4 commit 0d1d309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supervision/detection/tools/inference_slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ def _callback_image_batch(

detections_list = []
for detections, offset in zip(detections_batch, offsets_batch):
detections = move_detections(
detections=detections, offset=offset[:2])
detections = move_detections(detections=detections, offset=offset[:2])
detections_list.append(detections)
return detections_list

Expand Down

0 comments on commit 0d1d309

Please sign in to comment.