mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
stdlib: remove unused type: ignore comments (#11061)
This commit is contained in:
@@ -248,7 +248,7 @@ class _Environ(MutableMapping[AnyStr, AnyStr], Generic[AnyStr]):
|
||||
unsetenv: Callable[[AnyStr, AnyStr], object],
|
||||
) -> None: ...
|
||||
|
||||
def setdefault(self, key: AnyStr, value: AnyStr) -> AnyStr: ... # type: ignore[override]
|
||||
def setdefault(self, key: AnyStr, value: AnyStr) -> AnyStr: ...
|
||||
def copy(self) -> dict[AnyStr, AnyStr]: ...
|
||||
def __delitem__(self, key: AnyStr) -> None: ...
|
||||
def __getitem__(self, key: AnyStr) -> AnyStr: ...
|
||||
|
||||
Reference in New Issue
Block a user