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
  • Loading branch information
pre-commit-ci[bot] committed May 23, 2024
1 parent f84610e commit 2e50013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/argparse.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class Action(_AttributeHolder):
help: str | None = None,
metavar: str | tuple[str, ...] | None = None,
) -> None: ...

def __call__(
self, parser: ArgumentParser, namespace: Namespace, values: str | Sequence[Any] | None, option_string: str | None = None
) -> None: ...
Expand Down

0 comments on commit 2e50013

Please sign in to comment.