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

Commit df182a7

Browse files
committed
Remove unsupported parameters
1 parent 5755c90 commit df182a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/betterproto2_compiler/templates/service_stub_sync.py.j2

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
{# Client streaming: need a request iterator instead #}
2424
, messages: "Iterable[{{ method.py_input_message_type }}]"
2525
{%- endif -%}
26-
,
27-
*
28-
, timeout: "float | None" = None
29-
, deadline: "Deadline | None" = None
30-
, metadata: "MetadataLike | None" = None
3126
) -> "{% if method.server_streaming %}Iterator[{{ method.py_output_message_type }}]{% else %}{{ method.py_output_message_type }}{% endif %}":
3227
{% endblock %}
3328

0 commit comments

Comments
 (0)