Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove .keyword from Call AST node (#3689)
for some reason, there is a slot named "keyword" on the Call AST node, which is never used (and doesn't exist in the python AST!). this commit removes it for hygienic purposes.
- Loading branch information