From 210c3e6417b580ee47fbb54f22e3cb8eae75c9bf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 06:59:36 +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/lmm.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/supervision/detection/lmm.py b/supervision/detection/lmm.py index 38ccaf16a..18f0c6ec2 100644 --- a/supervision/detection/lmm.py +++ b/supervision/detection/lmm.py @@ -129,12 +129,7 @@ def from_paligemma( return xyxy, class_id, class_name, None - return ( - np.empty((0, 4), dtype=float), - None, - np.array([], dtype=str), - None - ) + return (np.empty((0, 4), dtype=float), None, np.array([], dtype=str), None) def from_florence_2(