From f996138a0d0c1ea16a1c3e90e63eedcf8fa53148 Mon Sep 17 00:00:00 2001 From: shizhihui Date: Thu, 21 Jul 2016 12:14:45 +0800 Subject: Standardize import format According to the rule in http://docs.openstack.org/developer/hacking/#imports I modify some irregular import format. Change-Id: Ibf29ccaf3ddec4a956334cc3368ebee7a66e282c --- openstackclient/tests/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openstackclient/tests/utils.py') diff --git a/openstackclient/tests/utils.py b/openstackclient/tests/utils.py index 8dead718..f3ab5ea6 100644 --- a/openstackclient/tests/utils.py +++ b/openstackclient/tests/utils.py @@ -14,9 +14,8 @@ # under the License. # -import os - import fixtures +import os import testtools from openstackclient.tests import fakes -- cgit v1.2.1