We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abb4d3 commit 32d1955Copy full SHA for 32d1955
services/web/server/src/simcore_service_webserver/application.py
@@ -8,7 +8,6 @@
8
9
from aiohttp import web
10
from servicelib.aiohttp.application import create_safe_application
11
-from simcore_service_webserver.celery.plugin import setup_celery
12
13
from ._meta import (
14
WELCOME_AUTH_APP_MSG,
@@ -22,6 +21,7 @@
22
21
from .api_keys.plugin import setup_api_keys
23
from .application_settings import get_application_settings, setup_settings
24
from .catalog.plugin import setup_catalog
+from .celery.plugin import setup_celery
25
from .collaboration.bootstrap import (
26
setup_realtime_collaboration,
27
)
0 commit comments