HomeDevCentral

PEP-8 import order

Description

PEP-8 import order

Summary:
Import pika after standard library.

PEP-8 provides:

Imports should be grouped in the following order:

  • standard library imports
  • related third party imports
  • local application/library specific imports

You should put a blank line between each group of imports."

Test Plan: pylint notifications

Reviewers: dereckson

Differential Revision: http://devcentral.nasqueron.org/D296

Details

Provenance
derecksonAuthored on Feb 21 2016, 18:41
Differential Revision
D296: PEP-8 import order
Parents
rNOTIFCLI79e2308c2c93: Fix redefined-outer-name issue
Branches
Unknown
Tags
Unknown