Skip to content

Commit

Permalink
fix recursition issue in mara_pipelines.ui.cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Dec 7, 2023
1 parent b33bec4 commit 6c8ae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mara_pipelines/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6c8ae5e

Please sign in to comment.