Page MenuHomeDevCentral

PEP-8 import order
ClosedPublic

Authored by dereckson on Feb 21 2016, 18:42.
Tags
None
Referenced Files
F10505923: D296.id697.diff
Wed, Jul 9, 16:31
F10504372: D296.id.diff
Wed, Jul 9, 12:51
F10502867: D296.id696.diff
Wed, Jul 9, 08:39
Unknown Object (File)
Tue, Jul 8, 12:29
Unknown Object (File)
Fri, Jul 4, 01:18
Unknown Object (File)
Wed, Jun 18, 20:30
Unknown Object (File)
Wed, Jun 18, 11:25
Unknown Object (File)
Wed, Jun 18, 10:46
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.