Skip to content

Commit 38f8912

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 80d76e7 commit 38f8912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎supervision/__init__.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
from supervision.detection.tools.polygon_zone import PolygonZone, PolygonZoneAnnotator
5353
from supervision.detection.tools.smoother import DetectionsSmoother
5454
from supervision.detection.utils.boxes import (
55+
box_aspect_ratio,
5556
clip_boxes,
5657
denormalize_boxes,
5758
move_boxes,
5859
pad_boxes,
5960
scale_boxes,
60-
box_aspect_ratio
6161
)
6262
from supervision.detection.utils.converters import (
6363
mask_to_polygons,
@@ -197,12 +197,12 @@
197197
"VideoInfo",
198198
"VideoSink",
199199
"approximate_polygon",
200+
"box_aspect_ratio",
200201
"box_iou",
201202
"box_iou_batch",
202203
"box_iou_batch_with_jaccard",
203204
"box_non_max_merge",
204205
"box_non_max_suppression",
205-
"box_aspect_ratio",
206206
"calculate_masks_centroids",
207207
"calculate_optimal_line_thickness",
208208
"calculate_optimal_text_scale",

0 commit comments

Comments
 (0)