mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Remove duplicate definitions in sub-classes (#8594)
This commit is contained in:
@@ -42,7 +42,6 @@ class AmbiguousOptionError(BadOptionError):
|
||||
def __init__(self, opt_str: str, possibilities: Sequence[str]) -> None: ...
|
||||
|
||||
class OptionError(OptParseError):
|
||||
msg: str
|
||||
option_id: str
|
||||
def __init__(self, msg: str, option: Option) -> None: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user