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(),