We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to import Edit from ast_grep_py to be used in type annotations.
Edit
ast_grep_py
Current Behaviour:
from ast_grep_py import Edit ImportError: cannot import name 'Edit' from 'ast_grep_py'
from ast_grep_py import SgNode, Edit def edit_node(node: SgNode) -> Edit: ...
The text was updated successfully, but these errors were encountered:
Thanks for reporting! I will release a new version soon!
Sorry, something went wrong.
2b6604e
shipped in ver 0.22.6
No branches or pull requests
⭐ Suggestion
It would be nice to be able to import
Edit
fromast_grep_py
to be used in type annotations.Current Behaviour:
💻 Use Cases
The text was updated successfully, but these errors were encountered: