diff --git a/services/catalog/openapi.json b/services/catalog/openapi.json index 9175ef25112..33d1ee918cb 100644 --- a/services/catalog/openapi.json +++ b/services/catalog/openapi.json @@ -2079,7 +2079,7 @@ "type": "string", "format": "date-time", "title": "Deprecated", - "description": "Owner can set the date to retire the service. Three possibilities:If None, the service is marked as `published`;If now=deprecated, the service is retired" + "description": "Owner can set the date to retire the service. Three possibilities:If None, the service is marked as `published`;If now=deprecated, the service is retired" }, "classifiers": { "items": { @@ -2558,7 +2558,7 @@ "type": "string", "format": "date-time", "title": "Deprecated", - "description": "Owner can set the date to retire the service. Three possibilities:If None, the service is marked as `published`;If now=deprecated, the service is retired" + "description": "Owner can set the date to retire the service. Three possibilities:If None, the service is marked as `published`;If now=deprecated, the service is retired" }, "classifiers": { "items": { diff --git a/services/catalog/src/simcore_service_catalog/services/services_api.py b/services/catalog/src/simcore_service_catalog/services/services_api.py index 5803cd5ad34..79df4f1a3dd 100644 --- a/services/catalog/src/simcore_service_catalog/services/services_api.py +++ b/services/catalog/src/simcore_service_catalog/services/services_api.py @@ -1,13 +1,10 @@ import logging -from models_library.api_schemas_catalog.services import ( - ServiceGetV2, - ServiceGroupAccessRightsV2, - ServiceUpdateV2, -) +from models_library.api_schemas_catalog.services import ServiceGetV2, ServiceUpdateV2 from models_library.emails import LowerCaseEmailStr from models_library.products import ProductName from models_library.rest_pagination import PageLimitInt +from models_library.services_access import ServiceGroupAccessRightsV2 from models_library.services_enums import ServiceType from models_library.services_history import Compatibility, ServiceRelease from models_library.services_metadata_published import ServiceMetaDataPublished