From 47295cd5f7a361f6262cb7ee167551d1fc7e356e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:20:51 +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 --- test/detection/test_lmm.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/detection/test_lmm.py b/test/detection/test_lmm.py index 8e3c5ce2..223c4f7f 100644 --- a/test/detection/test_lmm.py +++ b/test/detection/test_lmm.py @@ -273,11 +273,7 @@ def test_from_paligemma( (640, 640), (1280, 720), ["cat", "dog"], - ( - np.empty((0, 4)), - np.empty(0, dtype=int), - np.empty(0, dtype=str) - ), + (np.empty((0, 4)), np.empty(0, dtype=int), np.empty(0, dtype=str)), ), # class mismatch ( does_not_raise(),