Skip to content

Commit 0d1d309

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 3b836d4 commit 0d1d309

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: ‎supervision/detection/tools/inference_slicer.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ def _callback_image_batch(
250250

251251
detections_list = []
252252
for detections, offset in zip(detections_batch, offsets_batch):
253-
detections = move_detections(
254-
detections=detections, offset=offset[:2])
253+
detections = move_detections(detections=detections, offset=offset[:2])
255254
detections_list.append(detections)
256255
return detections_list
257256

0 commit comments

Comments
 (0)