Skip to content

Commit c24b639

Browse files
committed
blackcp
1 parent 146359f commit c24b639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_of_time/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from abc import abstractmethod
21
import math
2+
from abc import abstractmethod
33
from datetime import date, datetime, timedelta
44

55
ONE_DAY = timedelta(days=1)

0 commit comments

Comments
 (0)