File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/models-library/src/models_library/api_schemas_webserver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66from ..access_rights import ExecutableAccessRights
77from ..api_schemas_directorv2 .dynamic_services import RetrieveDataOut
88from ..basic_types import PortInt
9+ from ..groups import GroupID
10+ from ..projects import ProjectID
911from ..projects_nodes import InputID , InputsDict , PartialNode
1012from ..projects_nodes_io import NodeID
1113from ..services import ServiceKey , ServicePortKey , ServiceVersion
1214from ..services_enums import ServiceState
1315from ..services_history import ServiceRelease
1416from ..services_resources import ServiceResourcesDict
1517from ._base import InputSchemaWithoutCamelCase , OutputSchema
16- from .groups import GroupID
17- from .projects import ProjectID
1818
1919assert ServiceResourcesDict # nosec
2020__all__ : tuple [str , ...] = ("ServiceResourcesDict" ,)
You can’t perform that action at this time.
0 commit comments