diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-22 14:34:25 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-22 14:34:25 +0000 |
commit | fd0a11e7d7bec10a18b8bc0b209e5620fca61590 (patch) | |
tree | ad3f7914b1cf7a56a51aeef533b073536e5cba68 /cinderclient/shell_utils.py | |
parent | b7d34684607bbc0d8c507970661d0b1d3bed7843 (diff) | |
parent | 60d00b0a035f5d6e0c436dee50719238cdf119cc (diff) | |
download | python-cinderclient-fd0a11e7d7bec10a18b8bc0b209e5620fca61590.tar.gz |
Merge "Enable H306"
Diffstat (limited to 'cinderclient/shell_utils.py')
-rw-r--r-- | cinderclient/shell_utils.py | 2 |
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', |