fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
f2716252d5
commit
996b0a3af3
|
|
@ -49,9 +49,9 @@ from supervision.detection.utils import (
|
|||
box_non_max_suppression,
|
||||
calculate_masks_centroids,
|
||||
clip_boxes,
|
||||
filter_polygons_by_area,
|
||||
contains_holes,
|
||||
contains_multiple_segments,
|
||||
filter_polygons_by_area,
|
||||
mask_iou_batch,
|
||||
mask_non_max_suppression,
|
||||
mask_to_polygons,
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@ from supervision.detection.utils import (
|
|||
box_non_max_suppression,
|
||||
calculate_masks_centroids,
|
||||
clip_boxes,
|
||||
filter_polygons_by_area,
|
||||
get_data_item,
|
||||
contains_holes,
|
||||
contains_multiple_segments,
|
||||
filter_polygons_by_area,
|
||||
get_data_item,
|
||||
mask_non_max_suppression,
|
||||
merge_data,
|
||||
move_boxes,
|
||||
|
|
|
|||
Loading…
Reference in New Issue