mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-26 02:08:42 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from collections.abc import Iterable, Mapping
|
||||
from decimal import Decimal
|
||||
from typing import Any, Pattern
|
||||
from re import Pattern
|
||||
from typing import Any
|
||||
from typing_extensions import Literal, NotRequired, TypedDict
|
||||
|
||||
from .adjacency_graphs import _Graph
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from collections.abc import Iterable
|
||||
from decimal import Decimal
|
||||
from typing import Pattern
|
||||
from re import Pattern
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
from .adjacency_graphs import _Graph
|
||||
|
||||
Reference in New Issue
Block a user