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
ImportFrom
Example:
resources/test/fixtures/F401.py:29:5: F401 `from models import Fruit, Nut, Vegetable.Vegetable, from models import Fruit, Nut, Vegetable.Nut, from models import Fruit, Nut, Vegetable.Fruit` imported but unused
The text was updated successfully, but these errors were encountered:
Wait, nevermind, this was a bug on my tree-sitter branch :)
Sorry, something went wrong.
I did improve this a bit in #346 though.
charliermarsh
No branches or pull requests
Example:
The text was updated successfully, but these errors were encountered: