Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Sep 12, 2024
1 parent a110fbb commit 23cb93e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ class Async{{service.name}}RestTransport(_Base{{ service.name }}RestTransport):

{% for method in service.methods.values()|sort(attribute="name") %}

{# TODO(b/362949446) Return a callable once implemented and remove `type: ignore`. #}
{# TODO(b/362949446) Return a callable once the class is implemented. #}
{# TODO(https://github.com/googleapis/gapic-generator-python/issues/2154): Remove `type: ignore`. #}
@property
def {{method.transport_safe_name|snake_case}}(self) -> Callable[
[{{method.input.ident}}],
Expand Down

0 comments on commit 23cb93e

Please sign in to comment.