Page MenuHomeDevCentral

PEP-8 import order
ClosedPublic

Authored by dereckson on Feb 21 2016, 18:42.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 12, 03:18
Unknown Object (File)
Wed, Jun 11, 10:58
Unknown Object (File)
Mon, Jun 9, 17:38
Unknown Object (File)
Tue, Jun 3, 18:48
Unknown Object (File)
Mon, May 26, 17:36
Unknown Object (File)
Tue, May 20, 17:34
Unknown Object (File)
Tue, May 20, 00:47
Unknown Object (File)
Mon, May 19, 16:26
Subscribers
None

Details

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

Diff Detail

Repository
rNOTIFCLI Notifications center CLI client
Lint
Lint Passed
Unit
No Test Coverage
Branch
import-order
Build Status
Buildable 383
Build 460: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to PEP-8 imports order.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson updated this object.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson retitled this revision from PEP-8 imports order to PEP-8 import order.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Feb 21 2016, 18:43
This revision was automatically updated to reflect the committed changes.