Skip to content

Commit 1974316

Browse files
authored
linting
1 parent 45d12d4 commit 1974316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/parser_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_parse_timestamp(self):
228228
self.expected = datetime.fromtimestamp(negative_timestamp, tz=tz_utc)
229229
self.assertEqual(
230230
self.parser.parse("{:d}".format(negative_timestamp), "X"), self.expected
231-
)
231+
)
232232

233233
# NOTE: timestamps cannot be parsed from natural language strings (by removing the ^...$) because it will
234234
# break cases like "15 Jul 2000" and a format list (see issue #447)

0 commit comments

Comments
 (0)