We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3470df5 commit 558b04cCopy full SHA for 558b04c
src/betterproto/templates/template.py.j2
@@ -82,7 +82,7 @@ class {{ service.py_name }}Stub(betterproto.ServiceStub):
82
Optional[{{ field.annotation }}]
83
{%- else -%}
84
{{ field.annotation }}
85
- {%- endif -%} =
+ {%- endif -%} =
86
{%- if field.py_name not in method.mutable_default_args -%}
87
{{ field.default_value_string }}
88
0 commit comments