Skip to content

Commit ee6d71d

Browse files
author
Andrei Neagu
committed
fix imports
1 parent 6714998 commit ee6d71d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/service-integration/src/service_integration/compose_spec_model.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from ._compose_spec_model_autogenerated import ( # type:ignore
1111
BuildItem,
1212
ComposeSpecification,
13+
ListOrDict,
1314
Service,
1415
Volume1,
1516
)
@@ -23,6 +24,7 @@
2324
__all__: tuple[str, ...] = (
2425
"BuildItem",
2526
"ComposeSpecification",
27+
"ListOrDict",
2628
"SCHEMA_VERSION",
2729
"Service",
2830
"ServiceVolume",

packages/service-integration/src/service_integration/osparc_image_specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
from typing import Any
66

7-
from service_integration._compose_spec_model_autogenerated import ListOrDict
87
from service_integration.compose_spec_model import (
98
BuildItem,
109
ComposeSpecification,
10+
ListOrDict,
1111
Service,
1212
)
1313

0 commit comments

Comments
 (0)