summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v1/fakes.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v1/fakes.py')
-rw-r--r--saharaclient/tests/unit/osc/v1/fakes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/osc/v1/fakes.py b/saharaclient/tests/unit/osc/v1/fakes.py
index af374b8..a26a23e 100644
--- a/saharaclient/tests/unit/osc/v1/fakes.py
+++ b/saharaclient/tests/unit/osc/v1/fakes.py
@@ -14,8 +14,8 @@
# limitations under the License.
-import mock
from osc_lib.tests import utils
+from unittest import mock
class TestDataProcessing(utils.TestCommand):