Merge "Change the wrong import order"
This commit is contained in:
commit
56a232c79f
@ -13,9 +13,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
from osc_lib import utils
|
||||||
|
|
||||||
from openstackclient.tests.volume.v2 import fakes as volume_fakes
|
from openstackclient.tests.volume.v2 import fakes as volume_fakes
|
||||||
from openstackclient.volume.v2 import qos_specs
|
from openstackclient.volume.v2 import qos_specs
|
||||||
from osc_lib import utils
|
|
||||||
|
|
||||||
|
|
||||||
class TestQos(volume_fakes.TestVolume):
|
class TestQos(volume_fakes.TestVolume):
|
||||||
|
Loading…
Reference in New Issue
Block a user