Last Updated: February 25, 2016
·
194
· noisy

Tired by reordering imports in Python files? Use isort!

Imports in python files can be really messy. There are hundreds of ways of writing this.

But to be honest, you should focus on more important things, and this should be made by automatic tool, like https://pypi.python.org/pypi/isort :)

Picture