Skip to content

Commit 417133d

Browse files
committed
chore: address review comments
1 parent 016d00e commit 417133d

4 files changed

Lines changed: 1 addition & 48 deletions

File tree

packages/google-api-core/google/api_core/gapic_v1/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@
2525
# Older Python versions safely ignore this variable.
2626
__lazy_modules__: Set[str] = {
2727
"google.api_core.gapic_v1.client_info",
28-
"google.api_core.gapic_v1.client_utils",
2928
"google.api_core.gapic_v1.requests",
3029
"google.api_core.gapic_v1.routing_header",
3130
}
32-
__all__ = ["client_info", "client_utils", "requests", "routing_header"]
31+
__all__ = ["client_info", "requests", "routing_header"]
3332

3433

3534
if _has_grpc:
@@ -44,7 +43,6 @@
4443

4544
from google.api_core.gapic_v1 import ( # noqa: E402
4645
client_info,
47-
client_utils,
4846
requests,
4947
routing_header,
5048
)

packages/google-api-core/google/api_core/gapic_v1/client_utils.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

packages/google-api-core/tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def mock_mtls_env():
2525
os.environ,
2626
{
2727
"GOOGLE_API_USE_CLIENT_CERTIFICATE": "false",
28-
"CLOUDSDK_CONTEXT_AWARE_USE_CLIENT_CERTIFICATE": "false",
2928
},
3029
):
3130
yield

packages/google-api-core/tests/unit/gapic/test_client_utils.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)