Skip to content

Commit a3af46c

Browse files
committed
Fix some lint issues [skip ci]
1 parent caaeace commit a3af46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mock_vws/test_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,8 @@ class TestDateFormats:
16211621
"""
16221622

16231623
@pytest.mark.parametrize(
1624-
'datetime_format', [
1624+
'datetime_format',
1625+
[
16251626
'%a, %b %d %H:%M:%S %Y',
16261627
'%a %b %d %H:%M:%S %Y',
16271628
'%a, %d %b %Y %H:%M:%S',

0 commit comments

Comments
 (0)