Skip to content

Commit aa9a48a

Browse files
author
brentru
committed
fix pre-commit, installing locally so it doesnt pop error in CI :)
1 parent 96b84a6 commit aa9a48a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_datetime.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ def test_timestamp_naive(self):
546546
else:
547547
self.assertEqual(self.theclass.fromtimestamp(s), t)
548548

549-
550549
def test_timestamp_aware(self):
551550
t = self.theclass(1970, 1, 1, tzinfo=timezone.utc)
552551
self.assertEqual(t.timestamp(), 0.0)

0 commit comments

Comments
 (0)