summaryrefslogtreecommitdiff
path: root/nova/tests/unit/notifications/objects
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-02-17 11:26:41 -0800
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-03-06 06:50:23 -0800
commit66866b3ce663b3039d734eb457bbf60c147e5782 (patch)
treecf91e586da8e90d10248f76730ee5cb63dde7ee5 /nova/tests/unit/notifications/objects
parent5cf6bbf374a8b877d2e158aa8802b31d14ceb121 (diff)
downloadnova-66866b3ce663b3039d734eb457bbf60c147e5782.tar.gz
Use flake8-import-order
Use the flake8 plugin flake8-import-order to check import ordering. It can do it automatically and don't need reviewers to check it. Change-Id: Ia3d81bbbb44b40804b3268c0e648276a36cb4805
Diffstat (limited to 'nova/tests/unit/notifications/objects')
-rw-r--r--nova/tests/unit/notifications/objects/test_flavor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/unit/notifications/objects/test_flavor.py b/nova/tests/unit/notifications/objects/test_flavor.py
index 10a044ff86..7fbaaa4106 100644
--- a/nova/tests/unit/notifications/objects/test_flavor.py
+++ b/nova/tests/unit/notifications/objects/test_flavor.py
@@ -11,6 +11,7 @@
# under the License.
import copy
+
import mock
from nova import context