Merge "Change the wrong import order"

This commit is contained in:
Jenkins 2016-07-14 05:13:09 +00:00 committed by Gerrit Code Review
commit 56a232c79f

View File

@ -13,9 +13,10 @@
# under the License.
#
from osc_lib import utils
from openstackclient.tests.volume.v2 import fakes as volume_fakes
from openstackclient.volume.v2 import qos_specs
from osc_lib import utils
class TestQos(volume_fakes.TestVolume):