Skip to content

Commit b3f7d41

Browse files
akbakb
authored andcommitted
Blacken
1 parent e4c8311 commit b3f7d41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mario/cli.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ def run(ctx, **cli_params):
8080

8181
params = alias.arguments + alias.options
8282
return click.Command(
83-
name=alias.name, params=params, callback=click.pass_context(run), short_help=alias.short_help, help=alias.help
83+
name=alias.name,
84+
params=params,
85+
callback=click.pass_context(run),
86+
short_help=alias.short_help,
87+
help=alias.help,
8488
)
8589

8690

0 commit comments

Comments
 (0)