summaryrefslogtreecommitdiff
path: root/cinderclient/utils.py
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2017-08-01 15:16:22 -0400
committerEric Harney <eharney@redhat.com>2017-08-01 16:23:49 -0400
commit60d00b0a035f5d6e0c436dee50719238cdf119cc (patch)
tree96fdadc00c1dc8dea11b74655442dd55a3eec7e7 /cinderclient/utils.py
parent370566e2e977aeda0bcb908f8d08cee4c7b18472 (diff)
downloadpython-cinderclient-60d00b0a035f5d6e0c436dee50719238cdf119cc.tar.gz
Enable H306
Enforce ordering of imports with H306. For tests, this is mostly done by grouping test imports after other cinderclient imports. Change-Id: Ie40fda014d1aedb057e5b4ea1f27f999c84e6373
Diffstat (limited to 'cinderclient/utils.py')
-rw-r--r--cinderclient/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/utils.py b/cinderclient/utils.py
index e1198a2..7d9a745 100644
--- a/cinderclient/utils.py
+++ b/cinderclient/utils.py
@@ -20,9 +20,9 @@ import pkg_resources
import sys
import uuid
+import prettytable
import six
from six.moves.urllib import parse
-import prettytable
from cinderclient import exceptions
from oslo_utils import encodeutils