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 77bab32 commit 3dc6beeCopy full SHA for 3dc6bee
packages/models-library/src/models_library/services_metadata_published.py
@@ -6,7 +6,6 @@
6
from .basic_types import SemanticVersionStr
7
from .boot_options import BootOption, BootOptions
8
from .emails import LowerCaseEmailStr
9
-from .service_settings_labels import SimcoreServiceLabels
10
from .services_authoring import Author, Badge
11
from .services_base import ServiceBaseDisplay, ServiceKeyVersion
12
from .services_constants import ANY_FILETYPE
@@ -88,9 +87,7 @@
88
87
}
89
90
91
-class ServiceMetaDataPublished(
92
- ServiceKeyVersion, ServiceBaseDisplay, SimcoreServiceLabels
93
-):
+class ServiceMetaDataPublished(ServiceKeyVersion, ServiceBaseDisplay):
94
"""
95
Service metadata at publication time
96
0 commit comments