The source project of this merge request has been removed.
sort imports
sort imports alphabetically, and separated into the following sections:
- Future
- Python Standard Library
- Third Party
- Current Python Project
- Explicitly Local (. before import, as in: from . import x)
- Custom Separate Sections (Defined by forced_separate list in configuration file)
- Custom Sections (Defined by sections list in configuration file)
But this Merge Request shouldn't change any functionality.