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 4b1db30 commit 178c3a7Copy full SHA for 178c3a7
src/betterproto/templates/template.py.j2
@@ -67,7 +67,7 @@ class {{ service.py_name }}Stub(betterproto.ServiceStub):
67
Optional[{{ field.annotation }}]
68
{%- else -%}
69
{{ field.annotation }}
70
- {%- endif -%} =
+ {%- endif -%} =
71
{%- if field.py_name not in method.mutable_default_args -%}
72
{{ field.default_value_string }}
73
0 commit comments