UPDATE
This commit is contained in:
+4
-1
@@ -1,3 +1,6 @@
|
||||
from .celery import app as celery_app
|
||||
try:
|
||||
from .celery import app as celery_app
|
||||
except ImportError: # pragma: no cover - fallback for test environments
|
||||
celery_app = None
|
||||
|
||||
__all__ = ("celery_app",)
|
||||
|
||||
Reference in New Issue
Block a user