diff --git a/mara_pipelines/ui/cli.py b/mara_pipelines/ui/cli.py index f9d991c..c5f0431 100644 --- a/mara_pipelines/ui/cli.py +++ b/mara_pipelines/ui/cli.py @@ -5,7 +5,7 @@ from typing import Set from .. import pipelines -from . import cli +from .. import cli def run_pipeline(pipeline: pipelines.Pipeline, nodes: Set[pipelines.Node] = None,