mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-01-13 17:38:24 +01:00
Fix import of celery decorator "task".
This commit is contained in:
parent
aeb3bf0762
commit
76f697cad3
@ -1,4 +1,4 @@
|
|||||||
from celery import task
|
from celery.decorators import task
|
||||||
|
|
||||||
from .email import process_email
|
from .email import process_email
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user