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 7310621 commit ee35013Copy full SHA for ee35013
services/web/server/src/simcore_service_webserver/celery/settings.py
@@ -1,6 +1,7 @@
1
from aiohttp import web
2
from settings_library.celery import CelerySettings
3
-from simcore_service_webserver.constants import APP_SETTINGS_KEY
+
4
+from ..constants import APP_SETTINGS_KEY
5
6
7
def get_plugin_settings(app: web.Application) -> CelerySettings:
0 commit comments