Page MenuHomeDevCentral

PEP-8 import order
ClosedPublic

Authored by dereckson on Feb 21 2016, 18:42.
Tags
None
Referenced Files
F3747499: D296.diff
Sat, Nov 16, 02:28
Unknown Object (File)
Tue, Nov 12, 14:18
Unknown Object (File)
Mon, Nov 11, 22:34
Unknown Object (File)
Mon, Nov 11, 18:56
Unknown Object (File)
Mon, Nov 11, 05:29
Unknown Object (File)
Sun, Nov 10, 14:15
Unknown Object (File)
Sun, Nov 10, 13:58
Unknown Object (File)
Sun, Nov 10, 10:07
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 Not Applicable
Unit
Tests Not Applicable

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.