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 Aug 5, 2024
1 parent 151352e commit f814e79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_celery_beat/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
except ImportError:
from backports.zoneinfo import available_timezones

from datetime import timedelta
import decimal
from datetime import timedelta

import timezone_field
from celery import current_app, schedules
from cron_descriptor import (FormatException, MissingFieldException,
Expand Down

0 comments on commit f814e79

Please sign in to comment.