Removing used imports (probably wrong classified as "unused"
ruff check . --fix --verbose
ruff format --verbose
Here is autoformat configured with commands above:

here is a function that is using the import:

The ruff format insists in remove used import, it was not first time, but now it is first time it was doing several times in a row.
Removing used imports (probably wrong classified as "unused"
Here is autoformat configured with commands above:

here is a function that is using the import:

The ruff format insists in remove used import, it was not first time, but now it is first time it was doing several times in a row.