feat(python)!: update parser and queries

Breaking change: anonymous node `"expect*"` was removed by the refactor.
This commit is contained in:
Christian Clason
2025-09-13 10:31:02 +02:00
committed by Christian Clason
parent f6adaede57
commit 682d083292
2 changed files with 1 additions and 2 deletions

View File

@@ -223,7 +223,6 @@
[
"try"
"except"
"except*"
"raise"
"finally"
] @keyword.exception