Skip to content

Commit ebdfbd9

Browse files
committed
cleanup
1 parent 3a87397 commit ebdfbd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/web/server/src/simcore_service_webserver/catalog/_catalog_rest_client_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
from servicelib.aiohttp import status
2222
from servicelib.aiohttp.client_session import get_client_session
2323
from servicelib.rest_constants import X_PRODUCT_NAME_HEADER
24-
from settings_library.catalog import CatalogSettings
2524
from yarl import URL
2625

2726
from .._meta import api_version_prefix
2827
from ._constants import MSG_CATALOG_SERVICE_NOT_FOUND, MSG_CATALOG_SERVICE_UNAVAILABLE
29-
from .settings import get_plugin_settings
28+
from .settings import CatalogSettings, get_plugin_settings
3029

3130
_logger = logging.getLogger(__name__)
3231

0 commit comments

Comments
 (0)