From 66866b3ce663b3039d734eb457bbf60c147e5782 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Fri, 17 Feb 2017 11:26:41 -0800 Subject: 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 --- nova/tests/unit/notifications/objects/test_flavor.py | 1 + 1 file changed, 1 insertion(+) (limited to 'nova/tests/unit/notifications/objects') 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 -- cgit v1.2.1