Skip to content

Commit 9527c00

Browse files
committed
Fix WorkflowProgress import
1 parent 290c698 commit 9527c00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

planemo/commands/cmd_workflow_track.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from planemo import options
66
from planemo.cli import command_function
77
from planemo.engine.factory import engine_context
8-
from planemo.galaxy.workflow_progress import WorkflowProgress
8+
from planemo.galaxy.invocations.progress import WorkflowProgress
99

1010

1111
@click.command("workflow_track")

0 commit comments

Comments
 (0)