ruff
c0df99b9 - Avoid attempting to fix unconventional submodule imports (#6745)

Commit
2 years ago
Avoid attempting to fix unconventional submodule imports (#6745) ## Summary Avoid attempting to rewrite `import matplotlib.pyplot` as `import matplotlib.pyplot as plt`. We can't support these right now, since we don't track references at the attribute level (like `matplotlib.pyplot`). Closes https://github.com/astral-sh/ruff/issues/6719.
Author
Parents
Loading