From 8746dd3d0e5cf3eebf38106b51089dc4af3c3305 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:34:29 +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/detection/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/detection/utils.py b/supervision/detection/utils.py index 3bd19031..94cbebdd 100644 --- a/supervision/detection/utils.py +++ b/supervision/detection/utils.py @@ -332,7 +332,7 @@ def extract_ultralytics_masks(yolov8_results) -> Optional[np.ndarray]: def process_roboflow_result( - roboflow_result: dict + roboflow_result: dict, ) -> Tuple[np.ndarray, np.ndarray, np.ndarray, Optional[np.ndarray]]: if not roboflow_result["predictions"]: return np.empty((0, 4)), np.empty(0), np.empty(0), None