We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146359f commit c24b639Copy full SHA for c24b639
unit_of_time/__init__.py
@@ -1,5 +1,5 @@
1
-from abc import abstractmethod
2
import math
+from abc import abstractmethod
3
from datetime import date, datetime, timedelta
4
5
ONE_DAY = timedelta(days=1)
0 commit comments