Skip to content

Commit e8b3f20

Browse files
committed
linter
1 parent 526aa98 commit e8b3f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cloud_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def test_wrong_model_name(name):
1515

1616

1717
@pytest.mark.parametrize(
18-
"model, model_path",
18+
("model", "model_path"),
1919
[
2020
("path/to/checkpoint", "path/to/checkpoint"),
2121
# (BoringModel(), "%s/BoringModel.ckpt"),

0 commit comments

Comments
 (0)