Skip to content

Commit dd622da

Browse files
committed
remove additional base class
1 parent 8a6a538 commit dd622da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/models-library/src/models_library/services_metadata_published.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from .basic_types import SemanticVersionStr
77
from .boot_options import BootOption, BootOptions
88
from .emails import LowerCaseEmailStr
9-
from .service_settings_labels import SimcoreServiceLabels
109
from .services_authoring import Author, Badge
1110
from .services_base import ServiceBaseDisplay, ServiceKeyVersion
1211
from .services_constants import ANY_FILETYPE
@@ -88,9 +87,7 @@
8887
}
8988

9089

91-
class ServiceMetaDataPublished(
92-
ServiceKeyVersion, ServiceBaseDisplay, SimcoreServiceLabels
93-
):
90+
class ServiceMetaDataPublished(ServiceKeyVersion, ServiceBaseDisplay):
9491
"""
9592
Service metadata at publication time
9693

0 commit comments

Comments
 (0)