mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-26 00:29:38 +01:00
Merge pull request #932 from epineda/fix_celery_decorator_import
Fix import of celery decorator "task" to work with celery 5
This commit is contained in:
commit
ce8a7dba1b
@ -1,4 +1,4 @@
|
||||
from celery import task
|
||||
from celery.decorators import task
|
||||
|
||||
from .email import process_email
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user