From 996b0a3af346f15fb0e692b6d58bcbf98a2de3ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:43:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(pre=5Fcommit):=20=F0=9F=8E=A8=20auto=20form?= =?UTF-8?q?at=20pre-commit=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/__init__.py | 2 +- test/detection/test_utils.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/supervision/__init__.py b/supervision/__init__.py index af5f8dcc..abe63390 100644 --- a/supervision/__init__.py +++ b/supervision/__init__.py @@ -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, diff --git a/test/detection/test_utils.py b/test/detection/test_utils.py index c7ed674a..6a2070da 100644 --- a/test/detection/test_utils.py +++ b/test/detection/test_utils.py @@ -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,