Python files throughout the project have their imports in arbitrary order. PEP 8's Imports section recommends that they be grouped in the order of standard library, then third party, then local. To make it easier to identify where imports are coming from, would anyone object to following this convention?
This should be easy; I'd be willing to take it on myself.
Python files throughout the project have their imports in arbitrary order. PEP 8's Imports section recommends that they be grouped in the order of standard library, then third party, then local. To make it easier to identify where imports are coming from, would anyone object to following this convention?
This should be easy; I'd be willing to take it on myself.