MENU
CLOSE
NOTES
CONTACT
Source: 📖 Effective Python item 2
Import statements should be split into the following sections:
Each import statement within those sections should be ordered alphabetically.
See also: