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/api_versions.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/api_versions.py')
| -rw-r--r-- | cinderclient/api_versions.py | 2 |
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__) |
