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:
Garret Wassermann 2021-02-04 04:04:21 -05:00 committed by GitHub
commit ce8a7dba1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
from celery import task
from celery.decorators import task
from .email import process_email