mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Fix type error in 2.7 stubs (#152)
This commit is contained in:
committed by
Guido van Rossum
parent
2f59de4713
commit
a8ef40467d
@@ -135,7 +135,7 @@ class _ActionsContainer:
|
||||
help: str = ...,
|
||||
metavar: str = ...,
|
||||
dest: str = ...,
|
||||
version: str = ...,
|
||||
version: str = ...
|
||||
) -> None: ...
|
||||
def add_argument_group(self, *args, **kwargs): ...
|
||||
def add_mutually_exclusive_group(self, **kwargs): ...
|
||||
|
||||
Reference in New Issue
Block a user