mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -3,7 +3,8 @@ import pydoc
|
||||
import socketserver
|
||||
from collections.abc import Callable, Iterable, Mapping
|
||||
from datetime import datetime
|
||||
from typing import Any, ClassVar, Pattern, Protocol
|
||||
from re import Pattern
|
||||
from typing import Any, ClassVar, Protocol
|
||||
from typing_extensions import TypeAlias
|
||||
from xmlrpc.client import Fault
|
||||
|
||||
|
||||
Reference in New Issue
Block a user