Page MenuHomeDevCentral

PEP-8 import order
ClosedPublic

Authored by dereckson on Feb 21 2016, 18:42.
Tags
None
Referenced Files
F51018405: D296.id697.diff
Tue, Sep 22, 16:55
F50972636: D296.id.diff
Tue, Sep 22, 07:48
Unknown Object (File)
Sat, Sep 19, 05:12
Unknown Object (File)
Wed, Sep 16, 20:29
Unknown Object (File)
Wed, Sep 16, 11:41
Unknown Object (File)
Mon, Sep 14, 02:52
Unknown Object (File)
Fri, Sep 11, 17:16
Unknown Object (File)
Sat, Sep 5, 20:29
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.