ruff
d59433b1
- Avoid removing shadowed imports that point to different symbols (#10387)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Avoid removing shadowed imports that point to different symbols (#10387) This ensures that we don't have incorrect, automated fixes for shadowed names that actually point to different imports. See: https://github.com/astral-sh/ruff/issues/10384.
References
#10387 - Avoid removing shadowed imports that point to different symbols
Author
charliermarsh
Parents
2bf18823
Loading