Skip to content

Commit

Permalink
black: Format floats with leading 0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Oct 30, 2024
1 parent e62d330 commit 58bdc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/croniter/tests/test_croniter.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def testTimezoneDateutil(self):

def testInitNoStartTime(self):
itr = croniter("* * * * *")
sleep(.01)
sleep(0.01)
itr2 = croniter("* * * * *")
# Greater does not exists in py26
self.assertTrue(itr2.cur > itr.cur)
Expand Down

0 comments on commit 58bdc7a

Please sign in to comment.