mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 23:34:13 +08:00
Bump various test dependencies (#9549)
This commit is contained in:
@@ -32,7 +32,7 @@ from io import BufferedRandom, BufferedReader, BufferedWriter, FileIO, TextIOWra
|
||||
from types import CodeType, TracebackType, _Cell
|
||||
|
||||
# mypy crashes if any of {ByteString, Sequence, MutableSequence, Mapping, MutableMapping} are imported from collections.abc in builtins.pyi
|
||||
from typing import ( # noqa: Y027
|
||||
from typing import ( # noqa: Y022
|
||||
IO,
|
||||
Any,
|
||||
BinaryIO,
|
||||
|
||||
Reference in New Issue
Block a user