mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -6,8 +6,9 @@ from _typeshed import StrPath
|
||||
from collections.abc import Callable
|
||||
from logging import FileHandler, Handler, LogRecord
|
||||
from queue import Queue, SimpleQueue
|
||||
from re import Pattern
|
||||
from socket import SocketKind, socket
|
||||
from typing import Any, ClassVar, Pattern
|
||||
from typing import Any, ClassVar
|
||||
|
||||
DEFAULT_TCP_LOGGING_PORT: int
|
||||
DEFAULT_UDP_LOGGING_PORT: int
|
||||
|
||||
Reference in New Issue
Block a user