summaryrefslogtreecommitdiff
path: root/designate/tests/test_api/test_v2/test_recordsets.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/tests/test_api/test_v2/test_recordsets.py')
-rw-r--r--designate/tests/test_api/test_v2/test_recordsets.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/designate/tests/test_api/test_v2/test_recordsets.py b/designate/tests/test_api/test_v2/test_recordsets.py
index a80d82b9..75cf5f94 100644
--- a/designate/tests/test_api/test_v2/test_recordsets.py
+++ b/designate/tests/test_api/test_v2/test_recordsets.py
@@ -13,8 +13,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+from unittest.mock import patch
+
import six
-from mock import patch
import oslo_messaging as messaging
from oslo_log import log as logging