Skip to content

Commit e99ca54

Browse files
committed
Fix ruff PT006 lint by using tuple for pytest.mark.parametrize argument.
1 parent 097ef71 commit e99ca54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/detection/test_vlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ def test_from_deepseek_vl_2(
13001300

13011301

13021302
@pytest.mark.parametrize(
1303-
"result, resolution_wh, classes",
1303+
("result", "resolution_wh", "classes"),
13041304
[
13051305
(
13061306
"random text",

0 commit comments

Comments
 (0)