mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
25542f929e
Will fail build if imports are not sorted correctly
8 lines
129 B
Python
8 lines
129 B
Python
from .email import process_email
|
|
from celery import shared_task
|
|
|
|
|
|
@shared_task
|
|
def helpdesk_process_email():
|
|
process_email()
|