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
This commit is contained in:
@@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user