Ruff 0.0.285 ``` ruff *.py --select ALL ``` file content: ``` from sys import * exit(0) ``` error: ``` error: Failed to create fix for SysExitAlias: Unable to modify existing import statement ``` [PY_FILE_TEST_8681904433.py.zip](https://github.com/astral-sh/ruff/files/12394254/PY_FILE_TEST_8681904433.py.zip)