mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
remove outdated comment from types.pyi (#13788)
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user