Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a wrong export introduced in prev commit
  • Loading branch information
diegocastrum committed May 10, 2022
commit a0a7b1394774e4644d7f7929c37f032e94d5fc26
2 changes: 1 addition & 1 deletion django_celery_beat/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .abstract import crontab_schedule_celery_timezone
from .generic import (
ClockedSchedule,
ClockScheduler,
Expand All @@ -6,7 +7,6 @@
PeriodicTask,
PeriodicTasks,
SolarSchedule,
crontab_schedule_celery_timezone,
)

__ALL__ = [
Expand Down