Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and kdeldycke committed Feb 23, 2024
1 parent 739cffe commit 6fc6b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/click/core.py
Expand Up @@ -2696,8 +2696,8 @@ def _write_opts(opts: cabc.Sequence[str]) -> str:

return ("; " if any_prefix_is_slash else " / ").join(rv), help

def get_help_extra(self, ctx: Context) -> t.Dict[str, t.Any]:
extra: t.Dict[str, t.Any] = {}
def get_help_extra(self, ctx: Context) -> dict[str, t.Any]:
extra: dict[str, t.Any] = {}

if self.show_envvar:
envvar = self.envvar
Expand Down

0 comments on commit 6fc6b31

Please sign in to comment.