diff options
| author | Eric Harney <eharney@redhat.com> | 2017-08-01 15:16:22 -0400 |
|---|---|---|
| committer | Eric Harney <eharney@redhat.com> | 2017-08-01 16:23:49 -0400 |
| commit | 60d00b0a035f5d6e0c436dee50719238cdf119cc (patch) | |
| tree | 96fdadc00c1dc8dea11b74655442dd55a3eec7e7 /cinderclient/utils.py | |
| parent | 370566e2e977aeda0bcb908f8d08cee4c7b18472 (diff) | |
| download | python-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.py | 2 |
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 |
