summaryrefslogtreecommitdiff
path: root/cinderclient/api_versions.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/api_versions.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/api_versions.py')
-rw-r--r--cinderclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/api_versions.py b/cinderclient/api_versions.py
index 537b779..4dc185a 100644
--- a/cinderclient/api_versions.py
+++ b/cinderclient/api_versions.py
@@ -19,9 +19,9 @@ import re
from oslo_utils import strutils
+from cinderclient._i18n import _
from cinderclient import exceptions
from cinderclient import utils
-from cinderclient._i18n import _
LOG = logging.getLogger(__name__)