remove outdated comment from types.pyi (#13788)

This commit is contained in:
Alex Waygood
2025-04-03 12:12:12 +01:00
committed by GitHub
parent d92a6449c2
commit 30c4307ce6
+1 -3
View File
@@ -11,13 +11,11 @@ from collections.abc import (
Iterable,
Iterator,
KeysView,
Mapping, # noqa: Y022
Mapping,
MutableSequence,
ValuesView,
)
from importlib.machinery import ModuleSpec
# pytype crashes if types.MappingProxyType inherits from collections.abc.Mapping instead of typing.Mapping
from typing import Any, ClassVar, Literal, TypeVar, final, overload
from typing_extensions import ParamSpec, Self, TypeAliasType, TypeVarTuple, deprecated