Sort the imports
Thursday, 6th June 2024, 1010hrs · jw · Software development
When using ruff, best to use their automagic fix:
ruff check --select I --fix .
ruff format .
Thursday, 6th June 2024, 1010hrs · jw · Software development
When using ruff, best to use their automagic fix:
ruff check --select I --fix .
ruff format .