Page MenuHomeDevCentral

PEP-8 import order
ClosedPublic

Authored by dereckson on Feb 21 2016, 18:42.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 29, 11:18
Unknown Object (File)
Wed, Jan 29, 11:18
Unknown Object (File)
Wed, Jan 29, 11:18
Unknown Object (File)
Sun, Jan 26, 05:17
Unknown Object (File)
Tue, Jan 21, 05:38
Unknown Object (File)
Sat, Jan 18, 01:51
Unknown Object (File)
Wed, Jan 15, 06:10
Unknown Object (File)
Tue, Jan 14, 14:57
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.