]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
dibbler: fix import order
authorGary Kotton <gkotton@vmware.com>
Wed, 23 Dec 2015 15:56:48 +0000 (07:56 -0800)
committerGary Kotton <gkotton@vmware.com>
Wed, 23 Dec 2015 18:34:21 +0000 (10:34 -0800)
commit47a8518e49415847bd8a436afce9fbc73a2317d5
tree379574e9bc96a59c5b53224fe48b21b5e30f1120
parent520fe8fc3704121ac174a3b594a2a3954ed2a6b2
dibbler: fix import order

The commit 4b329c345c7820ff12bf25a91228cdfbf99500df added the file
and the imports did not adhere to the existing conventions.

Third party imports should be grouped together.

In addition to this it removes an unncesary new line.

TrivialFix

Change-Id: Ieeb4d20887ba8e90ea4f7850101b97ccd6e86658
neutron/agent/linux/dibbler.py