Skip to content

Commit 54cf6a0

Browse files
committed
style: run black formatter on client_helpers.py
1 parent 4d9bea2 commit 54cf6a0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
)
2929

3030

31-
32-
3331
def get_default_mtls_endpoint(api_endpoint: Optional[str]) -> Optional[str]:
3432
"""Converts api endpoint to mTLS endpoint.
3533
@@ -122,8 +120,5 @@ def get_api_endpoint(
122120
)
123121
api_endpoint = default_mtls_endpoint
124122
else:
125-
api_endpoint = default_endpoint_template.format(
126-
UNIVERSE_DOMAIN=universe_domain
127-
)
123+
api_endpoint = default_endpoint_template.format(UNIVERSE_DOMAIN=universe_domain)
128124
return api_endpoint
129-

0 commit comments

Comments
 (0)