mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 09:03:23 +08:00
Correct several positional-only differences in third-party stubs (#7352)
This commit is contained in:
@@ -17,4 +17,4 @@ class LookupDict(dict[str, _VT]):
|
||||
def __init__(self, name: Any = ...) -> None: ...
|
||||
def __getitem__(self, key: str) -> _VT | None: ... # type: ignore[override]
|
||||
def __getattr__(self, attr: str) -> _VT: ...
|
||||
def __setattr__(self, attr: str, value: _VT) -> None: ...
|
||||
def __setattr__(self, __attr: str, __value: _VT) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user