Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2023
1 parent 5a64c81 commit ccc7331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typer/rich_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,6 @@ def rich_format_help(

# Print command / group help if we have some
if obj.help:

# Print with some padding
console.print(
Padding(
Expand All @@ -569,7 +568,6 @@ def rich_format_help(
panel_to_arguments: DefaultDict[str, List[click.Argument]] = defaultdict(list)
panel_to_options: DefaultDict[str, List[click.Option]] = defaultdict(list)
for param in obj.get_params(ctx):

# Skip if option is hidden
if getattr(param, "hidden", False):
continue
Expand Down

0 comments on commit ccc7331

Please sign in to comment.