mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import socket
|
||||
from _typeshed import Self
|
||||
from collections.abc import Callable, Sequence
|
||||
from re import Match, Pattern
|
||||
from types import TracebackType
|
||||
from typing import Any, Match, Pattern
|
||||
from typing import Any
|
||||
|
||||
__all__ = ["Telnet"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user