mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add a few # noqas to unblock PyCQA/flake8-pyi#213 (#7658)
This commit is contained in:
@@ -15,7 +15,9 @@ from collections.abc import (
|
||||
)
|
||||
from importlib.abc import _LoaderProtocol
|
||||
from importlib.machinery import ModuleSpec
|
||||
from typing import Any, ClassVar, Generic, Mapping, TypeVar, overload
|
||||
|
||||
# pytype crashes if types.MappingProxyType inherits from collections.abc.Mapping instead of typing.Mapping
|
||||
from typing import Any, ClassVar, Generic, Mapping, TypeVar, overload # noqa: Y027
|
||||
from typing_extensions import Literal, ParamSpec, final
|
||||
|
||||
if sys.version_info >= (3, 10):
|
||||
|
||||
Reference in New Issue
Block a user