Blob Blame History Raw
From 445a2bf08c987b3713c2922402d85139a6078cd9 Mon Sep 17 00:00:00 2001
From: Major Hayden <major@redhat.com>
Date: Tue, 2 Nov 2021 13:40:42 -0500
Subject: [PATCH] Use unittest.mock

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

diff --git a/tests/unit/gapic/apigateway_v1/test_api_gateway_service.py b/tests/unit/gapic/apigateway_v1/test_api_gateway_service.py
index b179947..210887e 100644
--- a/tests/unit/gapic/apigateway_v1/test_api_gateway_service.py
+++ b/tests/unit/gapic/apigateway_v1/test_api_gateway_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