ruff
d59433b1 - Avoid removing shadowed imports that point to different symbols (#10387)

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.
Author
Parents
Loading