mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-02 17:43:25 +08:00
Fixing flake8 E111, E114, E116, E203, E225, E262 errors
This commit is contained in:
4
third_party/2/gflags.pyi
vendored
4
third_party/2/gflags.pyi
vendored
@@ -10,7 +10,7 @@ class CantOpenFlagFileError(FlagsError): ...
|
||||
class DuplicateFlagCannotPropagateNoneToSwig(DuplicateFlag): ...
|
||||
|
||||
class DuplicateFlagError(DuplicateFlag):
|
||||
def __init__(self, flagname: str, flag_values: FlagValues, other_flag_values: FlagValues = ...) -> None: ...
|
||||
def __init__(self, flagname: str, flag_values: FlagValues, other_flag_values: FlagValues = ...) -> None: ...
|
||||
|
||||
class IllegalFlagValue(FlagsError): ...
|
||||
|
||||
@@ -61,7 +61,7 @@ class FlagValues:
|
||||
def FlagsIntoString(self) -> str: ...
|
||||
def AppendFlagsIntoFile(self, filename: str) -> None: ...
|
||||
def WriteHelpInXMLFormat(self, outfile: IO[str] = ...) -> None: ...
|
||||
# TODO validator: gflags_validators.Validator
|
||||
# TODO validator: gflags_validators.Validator
|
||||
def AddValidator(self, validator: Any) -> None: ...
|
||||
|
||||
FLAGS = ... # type: FlagValues
|
||||
|
||||
Reference in New Issue
Block a user