meeshkan / hmt

HTTP Mocking Toolkit
MIT License
52 stars 7 forks source link

Start using isort #146

Closed fornwall closed 4 years ago

fornwall commented 4 years ago

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.

ksaaskil commented 4 years ago

Hmm actually it could even happen automatically if isort is just found in Python path 🤔