From f8b09fe503309fa0e35e92941553f47deb02bf0c Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 16 Feb 2017 10:11:06 -0800 Subject: [PATCH] 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: I9ced9c297273db0eec6ab3995b663b1e8dffe87d --- ironic_tempest_plugin/tests/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic_tempest_plugin/tests/manager.py b/ironic_tempest_plugin/tests/manager.py index 5856716..343ac9f 100644 --- a/ironic_tempest_plugin/tests/manager.py +++ b/ironic_tempest_plugin/tests/manager.py @@ -12,9 +12,9 @@ import json import os -import six import time +import six import tempest from tempest import config from tempest.lib.common.api_version_utils import LATEST_MICROVERSION