Skip to content

Commit e348f65

Browse files
committed
one day
1 parent cce7bff commit e348f65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unit_of_time/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
ONE_DAY = timedelta(days=1)
66

77

8-
ONE_DAY = timedelta(days=1)
9-
10-
118
def date_from_int(val, div=1):
129
val //= div
1310
d = val % 100

0 commit comments

Comments
 (0)