Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2023
1 parent fd59718 commit 544bfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_celery_beat/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# -- XXX This module must not use translation as that causes
# -- a recursive loader import!
from datetime import timezone as tz

from django.conf import settings
from django.utils import timezone


is_aware = timezone.is_aware
# celery schedstate return None will make it not work
NEVER_CHECK_TIMEOUT = 100000000
Expand Down

0 comments on commit 544bfbc

Please sign in to comment.