Skip to content

Commit 3abb4d3

Browse files
fix: import
1 parent 40f9210 commit 3abb4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from aiohttp import web
1010
from servicelib.aiohttp.application import create_safe_application
11-
from simcore_service_webserver.celery import setup_celery
11+
from simcore_service_webserver.celery.plugin import setup_celery
1212

1313
from ._meta import (
1414
WELCOME_AUTH_APP_MSG,

0 commit comments

Comments
 (0)