diff options
Diffstat (limited to 'openstackclient/volume/v2/qos_specs.py')
| -rw-r--r-- | openstackclient/volume/v2/qos_specs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/volume/v2/qos_specs.py b/openstackclient/volume/v2/qos_specs.py index 43772b55..7ec272b3 100644 --- a/openstackclient/volume/v2/qos_specs.py +++ b/openstackclient/volume/v2/qos_specs.py @@ -16,10 +16,10 @@ """Volume v2 QoS action implementations""" from osc_lib.cli import parseractions +from osc_lib.command import command from osc_lib import utils import six -from openstackclient.common import command from openstackclient.i18n import _ |
