mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-25 09:48:40 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import collections.abc
|
||||
from collections.abc import Callable, Mapping
|
||||
from typing import Any, Pattern, Union
|
||||
from re import Pattern
|
||||
from typing import Any, Union
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from parsimonious.exceptions import ParseError
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from collections.abc import Callable, Iterator, Sequence
|
||||
from typing import Any, Match, NoReturn, TypeVar
|
||||
from re import Match
|
||||
from typing import Any, NoReturn, TypeVar
|
||||
|
||||
from parsimonious.exceptions import VisitationError as VisitationError
|
||||
from parsimonious.expressions import Expression
|
||||
|
||||
Reference in New Issue
Block a user