Skip to content

Commit

Permalink
Merge pull request #932 from epineda/fix_celery_decorator_import
Browse files Browse the repository at this point in the history
Fix import of celery decorator "task" to work with celery 5
  • Loading branch information
gwasser committed Feb 4, 2021
2 parents 928b63b + 76f697c commit ce8a7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from celery import task
from celery.decorators import task

from .email import process_email

Expand Down

0 comments on commit ce8a7db

Please sign in to comment.