Blob Blame History Raw
From d111f5b0456dd82f77cf35c486059da968452731 Mon Sep 17 00:00:00 2001
From: Major Hayden <major@mhtx.net>
Date: Tue, 29 Mar 2022 13:25:19 -0500
Subject: [PATCH] Use unittest.mock

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

diff --git a/tests/unit/gapic/shell_v1/test_cloud_shell_service.py b/tests/unit/gapic/shell_v1/test_cloud_shell_service.py
index d7f5537..eb4a127 100644
--- a/tests/unit/gapic/shell_v1/test_cloud_shell_service.py
+++ b/tests/unit/gapic/shell_v1/test_cloud_shell_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.35.1