DEV Community

domonic
domonic

Posted on

organise python imports with isort

I discovered isort which sorts the python imports... https://pycqa.github.io/isort/

and used it on my lib yesterday...
https://github.com/byteface/domonic/commit/96a91bbf3ee6f672bc1c0e5978f55e45706392aa

Seems like a cool util and will save me manually shifting imports around.

Top comments (0)