Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 4b66d78

Browse files
committed
Rename variable
1 parent 2e7d92f commit 4b66d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/betterproto2_compiler/templates/template.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class {{ service.py_name }}Stub(betterproto2.ServiceStub):
106106
{%- endif -%}
107107
{%- else -%}
108108
{# Client streaming: need a request iterator instead #}
109-
, message: "AsyncIterable[{{ method.py_input_message_type }}] | Iterable[{{ method.py_input_message_type }}]"
109+
, messages: "AsyncIterable[{{ method.py_input_message_type }}] | Iterable[{{ method.py_input_message_type }}]"
110110
{%- endif -%}
111111
,
112112
*

0 commit comments

Comments
 (0)