Skip to content

Commit 30c4307

Browse files
authored
remove outdated comment from types.pyi (#13788)
1 parent d92a644 commit 30c4307

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stdlib/types.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ from collections.abc import (
1111
Iterable,
1212
Iterator,
1313
KeysView,
14-
Mapping, # noqa: Y022
14+
Mapping,
1515
MutableSequence,
1616
ValuesView,
1717
)
1818
from importlib.machinery import ModuleSpec
19-
20-
# pytype crashes if types.MappingProxyType inherits from collections.abc.Mapping instead of typing.Mapping
2119
from typing import Any, ClassVar, Literal, TypeVar, final, overload
2220
from typing_extensions import ParamSpec, Self, TypeAliasType, TypeVarTuple, deprecated
2321

0 commit comments

Comments
 (0)