Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 39b72ec

Browse files
feat: add return type to api_endpoint
1 parent f93a0eb commit 39b72ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gapic/templates/%namespace/%name_%version/%sub/services/%service/async_client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class {{ service.async_client_name }}:
162162
return self._client.transport
163163

164164
@property
165-
def api_endpoint(self):
165+
def api_endpoint(self) -> str:
166166
"""Return the API endpoint used by the client instance.
167167

168168
Returns:

0 commit comments

Comments
 (0)