mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from collections.abc import Callable, Generator
|
||||
from typing import Pattern, TypeVar
|
||||
from re import Pattern
|
||||
from typing import TypeVar
|
||||
from typing_extensions import TypeAlias
|
||||
from xml.etree.ElementTree import Element
|
||||
|
||||
|
||||
Reference in New Issue
Block a user