Change the wrong import order

Change-Id: Ia48f0aae0250a5d29c0f6fa46386465e118f760f
This commit is contained in:
Huanxuan Ao 2016-07-12 16:51:21 +08:00
parent 5a21eb2555
commit f79f671338
1 changed files with 2 additions and 1 deletions

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):