Skip to content
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

Unused import messages for ImportFrom statements are wonky #345

Closed
charliermarsh opened this issue Oct 7, 2022 · 2 comments
Closed

Unused import messages for ImportFrom statements are wonky #345

charliermarsh opened this issue Oct 7, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@charliermarsh
Copy link
Member

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
@charliermarsh charliermarsh added the bug Something isn't working label Oct 7, 2022
@charliermarsh charliermarsh self-assigned this Oct 7, 2022
@charliermarsh
Copy link
Member Author

Wait, nevermind, this was a bug on my tree-sitter branch :)

@charliermarsh
Copy link
Member Author

I did improve this a bit in #346 though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant