Skip to content

Commit

Permalink
fix "ModuleNotFoundError: No module named 'celery.utils.encoding'" (#365
Browse files Browse the repository at this point in the history
)

Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
  • Loading branch information
torchingloom and auvipy authored Oct 13, 2020
1 parent 457c84f commit 77a9d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_celery_beat/schedulers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
from celery import current_app
from celery import schedules
from celery.beat import Scheduler, ScheduleEntry
from kombu.utils.encoding import safe_str, safe_repr

from celery.utils.log import get_logger
from celery.utils.time import maybe_make_aware
from kombu.utils.encoding import safe_str, safe_repr
Expand Down

0 comments on commit 77a9d05

Please # to comment.