From 5564d017f9af94d0e576efd9d9dca3a341cf66a9 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 2 Oct 2024 20:49:18 +0000 Subject: [PATCH] add auth import --- tests/unit/operations_v1/test_operations_rest_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/operations_v1/test_operations_rest_client.py b/tests/unit/operations_v1/test_operations_rest_client.py index 68bd9287..955b1d1b 100644 --- a/tests/unit/operations_v1/test_operations_rest_client.py +++ b/tests/unit/operations_v1/test_operations_rest_client.py @@ -30,6 +30,7 @@ from google.api_core import gapic_v1 from google.api_core.operations_v1 import AbstractOperationsClient +import google.auth from google.api_core.operations_v1 import pagers from google.api_core.operations_v1 import pagers_async from google.api_core.operations_v1 import transports