isort (https://github.com/timothycrosley/isort) is a nice tool in the same spirit as black to have consistent imports without having to spend any effort thinking about it.
isort your imports, so you don't have to
The manual changes in this PR are in README.md and setup.py - all other changes are the result of running python setup.py format.
isort (https://github.com/timothycrosley/isort) is a nice tool in the same spirit as black to have consistent imports without having to spend any effort thinking about it.
The manual changes in this PR are in
README.md
andsetup.py
- all other changes are the result of runningpython setup.py format
.