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
fix: remove unused import after removing unnecessary :Self type
  • Loading branch information
Kevin Kirsche committed Sep 12, 2022
commit 22b648874cb51f1884db3b66a13f9d0c77bd4411
1 change: 0 additions & 1 deletion stubs/parsimonious/parsimonious/grammar.pyi
5C65
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import collections.abc
from _typeshed import Self
from collections import OrderedDict
from collections.abc import Callable, Mapping
from typing import Any, NoReturn
Expand Down
0