Skip to content

sort imports

keachi requested to merge (removed):import_sort into 2.x

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.

Merge request reports