Skip to content

Commit ff42c5e

Browse files
Forgot to render type
1 parent ee60ae3 commit ff42c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replit_river/codegen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ async def {name}(
959959
self,
960960
init: {init_type},
961961
inputStream: AsyncIterable[{render_type_expr(input_type)}],
962-
) -> {output_type}:
962+
) -> {render_type_expr(output_type)}:
963963
return await self.client.send_upload(
964964
{repr(schema_name)},
965965
{repr(name)},

0 commit comments

Comments
 (0)