mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
Remove more Python 3.8 cruft (#13787)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ from types import CellType, CodeType, GenericAlias, TracebackType
|
||||
|
||||
# mypy crashes if any of {ByteString, Sequence, MutableSequence, Mapping, MutableMapping}
|
||||
# are imported from collections.abc in builtins.pyi
|
||||
from typing import ( # noqa: Y022
|
||||
from typing import ( # noqa: Y022,UP035
|
||||
IO,
|
||||
Any,
|
||||
BinaryIO,
|
||||
|
||||
Reference in New Issue
Block a user