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 af14471 commit d20848dCopy full SHA for d20848d
services/web/server/src/simcore_service_webserver/catalog/_catalog_rest_client_service.py
@@ -21,12 +21,11 @@
21
from servicelib.aiohttp import status
22
from servicelib.aiohttp.client_session import get_client_session
23
from servicelib.rest_constants import X_PRODUCT_NAME_HEADER
24
-from settings_library.catalog import CatalogSettings
25
from yarl import URL
26
27
from .._meta import api_version_prefix
28
from ._constants import MSG_CATALOG_SERVICE_NOT_FOUND, MSG_CATALOG_SERVICE_UNAVAILABLE
29
-from .settings import get_plugin_settings
+from .settings import CatalogSettings, get_plugin_settings
30
31
_logger = logging.getLogger(__name__)
32
0 commit comments