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 43586cd commit 96d7e39Copy full SHA for 96d7e39
django_celery_beat/utils.py
@@ -1,9 +1,10 @@
1
"""Utilities."""
2
# -- XXX This module must not use translation as that causes
3
# -- a recursive loader import!
4
+import time
5
+
6
from django.conf import settings
7
from django.utils import timezone
-import time
8
9
is_aware = timezone.is_aware
10
# celery schedstate return None will make it not work
0 commit comments