mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Import from collections.abc wherever possible (#7635)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import socket
|
||||
from _typeshed import Self
|
||||
from collections.abc import Callable, Sequence
|
||||
from types import TracebackType
|
||||
from typing import Any, Callable, Match, Pattern, Sequence
|
||||
from typing import Any, Match, Pattern
|
||||
|
||||
__all__ = ["Telnet"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user