mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 03:51:52 +08:00
Add a few # noqas to unblock PyCQA/flake8-pyi#213 (#7658)
This commit is contained in:
@@ -36,7 +36,9 @@ from collections.abc import (
|
||||
)
|
||||
from io import BufferedRandom, BufferedReader, BufferedWriter, FileIO, TextIOWrapper
|
||||
from types import CodeType, TracebackType, _Cell
|
||||
from typing import (
|
||||
|
||||
# mypy crashes if any of {ByteString, Sequence, MutableSequence} are imported from collections.abc in builtins.pyi
|
||||
from typing import ( # noqa: Y027
|
||||
IO,
|
||||
Any,
|
||||
BinaryIO,
|
||||
|
||||
Reference in New Issue
Block a user