From ae2ec7073c82232a3fd2b5381ff58f89b0edd00e Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Mon, 27 Nov 2023 14:32:49 +0100 Subject: [PATCH] fix import in .ui.cli.py --- mara_pipelines/ui/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mara_pipelines/ui/cli.py b/mara_pipelines/ui/cli.py index 9d4370a..f9d991c 100644 --- a/mara_pipelines/ui/cli.py +++ b/mara_pipelines/ui/cli.py @@ -4,8 +4,8 @@ from warnings import warn from typing import Set -from . import pipelines -from .. import cli +from .. import pipelines +from . import cli def run_pipeline(pipeline: pipelines.Pipeline, nodes: Set[pipelines.Node] = None,