mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -3,7 +3,8 @@ import socket
|
||||
import ssl
|
||||
import sys
|
||||
from _typeshed import Self
|
||||
from typing import IO, Any, Iterable, NamedTuple
|
||||
from collections.abc import Iterable
|
||||
from typing import IO, Any, NamedTuple
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user