Skip to content

Commit 86c2111

Browse files
committed
Format
1 parent a32d10e commit 86c2111

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

p/cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ def func(ctx, cmd_args):
3838
for group in self.group.subgroups.values():
3939

4040
@click.group(
41-
group.name, cls=DYMGroup, context_settings=ctx_settings, invoke_without_command=False
41+
group.name,
42+
cls=DYMGroup,
43+
context_settings=ctx_settings,
44+
invoke_without_command=False,
4245
)
4346
@click.pass_context
4447
def group_func(ctx):

0 commit comments

Comments
 (0)