8000 refactor: update parsimonious to 0.10.0 by kkirsche · Pull Request #8730 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

refactor: update parsimonious to 0.10.0 #8730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 13, 2022
Merged
Prev Previous commit
Next Next commit
use the instance of VisitationError from nodes
  • Loading branch information
Kevin Kirsche committed Sep 12, 2022
commit f81a2ad3d375a22fd9b4549da723ee1aea079bed
1 change: 0 additions & 1 deletion stubs/parsimonious/parsimonious/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ from parsimonious.exceptions import (
IncompleteParseError as IncompleteParseError,
ParseError as ParseError,
UndefinedLabel as UndefinedLabel,
VisitationError as VisitationError,
)
from parsimonious.grammar import Grammar as Grammar, TokenGrammar as TokenGrammer
from parsimonious.nodes import NodeVisitor as NodeVisitor, VisitationError as VisitationError, rule as rule
0