summaryrefslogtreecommitdiff
path: root/cinderclient/shell_utils.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-22 14:34:25 +0000
committerGerrit Code Review <review@openstack.org>2017-08-22 14:34:25 +0000
commitfd0a11e7d7bec10a18b8bc0b209e5620fca61590 (patch)
treead3f7914b1cf7a56a51aeef533b073536e5cba68 /cinderclient/shell_utils.py
parentb7d34684607bbc0d8c507970661d0b1d3bed7843 (diff)
parent60d00b0a035f5d6e0c436dee50719238cdf119cc (diff)
downloadpython-cinderclient-fd0a11e7d7bec10a18b8bc0b209e5620fca61590.tar.gz
Merge "Enable H306"
Diffstat (limited to 'cinderclient/shell_utils.py')
-rw-r--r--cinderclient/shell_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/shell_utils.py b/cinderclient/shell_utils.py
index 601bcdc..995f216 100644
--- a/cinderclient/shell_utils.py
+++ b/cinderclient/shell_utils.py
@@ -17,8 +17,8 @@ from __future__ import print_function
import sys
import time
-from cinderclient import utils
from cinderclient import exceptions
+from cinderclient import utils
_quota_resources = ['volumes', 'snapshots', 'gigabytes',
'backups', 'backup_gigabytes',