Skip to content

Commit c1974f0

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent 9465f96 commit c1974f0

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

typer/rich_utils.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -556,22 +556,15 @@ def _print_commands_panel(
556556
Union[List[click.Option], List[click.Argument]],
557557
click.Context,
558558
MarkupMode,
559-
Console
559+
Console,
560560
],
561-
None
561+
None,
562562
]
563563

564564

565565
# Define acceptable function to pass as print_options_panel_func
566566
PrintCommandsPanelFunc = Callable[
567-
[
568-
str,
569-
List[click.Command],
570-
MarkupMode,
571-
Console,
572-
int
573-
],
574-
None
567+
[str, List[click.Command], MarkupMode, Console, int], None
575568
]
576569

577570

0 commit comments

Comments
 (0)