Skip to content

Sort imports with isort

David Pape requested to merge sort-imports-isort into master

I thought it would be a good idea to improve code quality a bit more by sorting our imports. What do you think? @mv141575 if you like it, it would be great if you could add a commit to this branch with all the imports sorted: All done 😸 I just need to figure out some more config stuff

poetry run isort .
Edited by David Pape

Merge request reports