mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import sys
|
||||
from _typeshed import Self
|
||||
from collections.abc import Callable, Iterable
|
||||
from email.message import Message
|
||||
from types import TracebackType
|
||||
from typing import IO, Any, BinaryIO, Callable, Iterable
|
||||
from typing import IO, Any, BinaryIO
|
||||
|
||||
__all__ = ["addbase", "addclosehook", "addinfo", "addinfourl"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user