Skip to content

Commit

Permalink
fix import in .ui.cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-schick committed Nov 27, 2023
1 parent 239e8a8 commit ae2ec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mara_pipelines/ui/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ae2ec70

Please sign in to comment.