PEP8 suggests that:
Imports should be grouped in the following order: standard library imports related third party imports
Imports should be grouped in the following order:
The current version of pylint now does this, and reports it as error class C0411.