Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary space
Browse files Browse the repository at this point in the history
darinyu committed Dec 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c0c0299 commit 10b9856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/cli.py
Original file line number Diff line number Diff line change
@@ -212,6 +212,7 @@ def output_dot(obj):
)
echo_always(obj.graph.output_dot(), err=False)


@cli.command(help="Print the Metaflow version")
@click.pass_obj
def version(obj):
@@ -323,7 +324,6 @@ def start(
config_value_options=None,
**deco_options
):

if quiet:
echo = echo_dev_null
else:

0 comments on commit 10b9856

Please sign in to comment.