Skip to content

Commit 9448ffb

Browse files
Update cron.py to remove import of missing dependency
This currently prevents `FailedRunsNotificationCronJob` from running.
1 parent db653a2 commit 9448ffb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

django_cron/cron.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from django.conf import settings
2-
3-
from django_common.helper import send_mail
2+
from django.core.mail import send_mail
43

54
from django_cron import CronJobBase, Schedule, get_class
65
from django_cron.models import CronJobLog

0 commit comments

Comments
 (0)