Blob Blame History Raw
From 0875ecd687fca5cff90675657f3af6e8f01e96ab Mon Sep 17 00:00:00 2001
From: Major Hayden <major@mhtx.net>
Date: Mon, 13 Dec 2021 13:39:32 -0600
Subject: [PATCH] Use unittest.mock

---
 tests/unit/gapic/dlp_v2/test_dlp_service.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/unit/gapic/dlp_v2/test_dlp_service.py b/tests/unit/gapic/dlp_v2/test_dlp_service.py
index f7b16eb..30497d2 100644
--- a/tests/unit/gapic/dlp_v2/test_dlp_service.py
+++ b/tests/unit/gapic/dlp_v2/test_dlp_service.py
@@ -14,7 +14,7 @@
 # limitations under the License.
 #
 import os
-import mock
+from unittest import mock
 
 import grpc
 from grpc.experimental import aio
-- 
2.33.1