fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2025-02-18 09:20:51 +00:00
parent 2d48c5dba7
commit 47295cd5f7
1 changed files with 1 additions and 5 deletions

View File

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