Skip to content

Commit 763a0fc

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 766fc51 commit 763a0fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/argparse.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class _ActionsContainer:
124124
argument_default: Any = ...,
125125
conflict_handler: str = ...,
126126
) -> _ArgumentGroup: ...
127+
127128
def add_mutually_exclusive_group(self, *, required: bool = False) -> _MutuallyExclusiveGroup: ...
128129
def _add_action(self, action: _ActionT) -> _ActionT: ...
129130
def _remove_action(self, action: Action) -> None: ...

0 commit comments

Comments
 (0)