We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
re.Match
1 parent bd449c9 commit d3df6daCopy full SHA for d3df6da
stubs/parsimonious/parsimonious/nodes.pyi
@@ -1,5 +1,4 @@
1
-from re import Match
2
-from typing import Any, Callable, Iterator, NoReturn, Sequence, TypeVar
+from typing import Any, Callable, Iterator, Match, NoReturn, Sequence, TypeVar
3
4
from parsimonious.exceptions import VisitationError as VisitationError
5
from parsimonious.expressions import Expression
0 commit comments