mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -3,7 +3,8 @@ from _typeshed import Self
|
||||
from collections.abc import Iterable, Iterator
|
||||
from email.errors import HeaderParseError, MessageDefect
|
||||
from email.policy import Policy
|
||||
from typing import Any, Pattern
|
||||
from re import Pattern
|
||||
from typing import Any
|
||||
from typing_extensions import Final
|
||||
|
||||
WSP: Final[set[str]]
|
||||
|
||||
Reference in New Issue
Block a user