Skip to content

Commit 392337f

Browse files
author
Andrei Neagu
committed
simplify
1 parent c12ab42 commit 392337f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def create_image_spec(
2828
2929
- the image-spec simplifies building an image to ``docker compose build``
3030
"""
31-
labels: dict[str, str | float | bool | None] = {**meta_cfg.to_labels_annotations()}
31+
labels = meta_cfg.to_labels_annotations()
3232
if extra_labels:
3333
labels.update(extra_labels)
3434
if runtime_cfg:

0 commit comments

Comments
 (0)