Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Oct 3, 2023
1 parent bf931c3 commit d7540f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import rich
import typer
import yaml
from models_library.utils.labels_annotations import to_labels
from rich.console import Console

from ..compose_spec_model import ComposeSpecification
from ..labels_annotations import to_labels
from ..oci_image_spec import LS_LABEL_PREFIX, OCI_LABEL_PREFIX
from ..osparc_config import DockerComposeOverwriteCfg, MetaConfig, RuntimeConfig
from ..osparc_image_specs import create_image_spec
Expand Down

0 comments on commit d7540f5

Please sign in to comment.