isort

Automatically sort and organize Python import statements

brewmacoslinux
Try with needOr install directly
Source

About

Sort Python imports automatically

Commands

isort

Examples

Sort imports in a single Python file$ isort myfile.py
Sort imports in all Python files in a directory recursively$ isort .
Check if imports are sorted without modifying files$ isort --check-only myfile.py