summaryrefslogtreecommitdiff
path: root/saharaclient/tests/unit/osc/v2/test_data_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/tests/unit/osc/v2/test_data_sources.py')
-rw-r--r--saharaclient/tests/unit/osc/v2/test_data_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/tests/unit/osc/v2/test_data_sources.py b/saharaclient/tests/unit/osc/v2/test_data_sources.py
index 27af0b5..1c2c389 100644
--- a/saharaclient/tests/unit/osc/v2/test_data_sources.py
+++ b/saharaclient/tests/unit/osc/v2/test_data_sources.py
@@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import mock
from osc_lib.tests import utils as osc_utils
+from unittest import mock
from saharaclient.api import data_sources as api_ds
from saharaclient.osc.v1 import data_sources as osc_ds