Skip to content

Commit

Permalink
Update cron.py to remove import of missing dependency
Browse files Browse the repository at this point in the history
This currently prevents `FailedRunsNotificationCronJob` from running.
  • Loading branch information
cameron-emburse committed Feb 14, 2024
1 parent db653a2 commit 9448ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions django_cron/cron.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.conf import settings

from django_common.helper import send_mail
from django.core.mail import send_mail

from django_cron import CronJobBase, Schedule, get_class
from django_cron.models import CronJobLog
Expand Down

0 comments on commit 9448ffb

Please sign in to comment.