mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-08 06:59:39 +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