From aa1c3e82dd6c116fbc4ccf34e919798895cc679a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Antal?= Date: Mon, 19 Sep 2016 18:13:37 +0200 Subject: [PATCH] Removed multiple import from shell.py In shell.py, six is imported twice. In this patchset, one of them is removed. TrivialFix Change-Id: Ifbf6dcb20d5de54855aab53538b57eb11185ab2b --- cinderclient/shell.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cinderclient/shell.py b/cinderclient/shell.py index a05bb5381..e3e76a91d 100644 --- a/cinderclient/shell.py +++ b/cinderclient/shell.py @@ -44,7 +44,6 @@ from keystoneauth1.exceptions import DiscoveryFailure import six.moves.urllib.parse as urlparse from oslo_utils import encodeutils from oslo_utils import importutils -import six osprofiler_profiler = importutils.try_import("osprofiler.profiler")