Ctrl+P
Sort Python imports (the right way)
Imports are sorted by alphabetical order, with excess blank lines removed.
PymSort can (and should) be automatically run on file-save! Just use the pymsort.sortImports command in your VS Code key bindings.
pymsort.sortImports