Skip to content

Commit fff0344

Browse files
committed
fix(api-core): resolve lint warnings in client_utils
1 parent c0b7860 commit fff0344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def should_use_mtls_endpoint(client_cert_available: bool) -> bool:
9393
return client_cert_available
9494
else:
9595
raise MutualTLSChannelError(
96-
f"Environment variable `GOOGLE_API_USE_MTLS_ENDPOINT` must be `never`, `auto` or `always`"
96+
"Environment variable `GOOGLE_API_USE_MTLS_ENDPOINT` must be `never`, `auto` or `always`"
9797
)
9898

9999

0 commit comments

Comments
 (0)