Skip to content

Commit 96d7e39

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 43586cd commit 96d7e39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django_celery_beat/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Utilities."""
22
# -- XXX This module must not use translation as that causes
33
# -- a recursive loader import!
4+
import time
5+
46
from django.conf import settings
57
from django.utils import timezone
6-
import time
78

89
is_aware = timezone.is_aware
910
# celery schedstate return None will make it not work

0 commit comments

Comments
 (0)