Ruff 0.0.285 ``` ruff *.py --select ALL ``` file content: ``` import matplotlib.pyplot # unconventional ``` error: ``` Failed to create fix for UnconventionalImportAlias: Unable to rename any references to `matplotlib.pyplot` ``` [PY_FILE_TEST_9184702685.py.zip](https://github.com/astral-sh/ruff/files/12394265/PY_FILE_TEST_9184702685.py.zip)