Closed CreamyCookie closed 9 years ago
The isort library can sort the imports so that they fully comply with the import section of PEP 8. (autopep8 only does a few changes in regards to imports.)
Yeah, I'm familiar with it, but I prefer not to add anymore dependencies.
Thanks
@myint Oh.. why not? Wouldn't it be a great addition?
The isort library can sort the imports so that they fully comply with the import section of PEP 8. (autopep8 only does a few changes in regards to imports.)