summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/openstack/compute/test_flavor_manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/unit/api/openstack/compute/test_flavor_manage.py')
-rw-r--r--nova/tests/unit/api/openstack/compute/test_flavor_manage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/unit/api/openstack/compute/test_flavor_manage.py b/nova/tests/unit/api/openstack/compute/test_flavor_manage.py
index f8412c772c..948f255f34 100644
--- a/nova/tests/unit/api/openstack/compute/test_flavor_manage.py
+++ b/nova/tests/unit/api/openstack/compute/test_flavor_manage.py
@@ -14,8 +14,8 @@
# under the License.
import copy
+from unittest import mock
-import mock
from oslo_serialization import jsonutils
import webob