Skip to content

Commit 04395d9

Browse files
/shakefist
1 parent ba9fffe commit 04395d9

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
@@ -1291,7 +1291,7 @@ def __init__(self, client: {client_module}.Client[Any]):
12911291
)
12921292
render_init_method = f"""\
12931293
lambda x: {render_type_expr(init_type_type_adapter_name)}
1294-
.validate_python
1294+
.validate_python(x)
12951295
"""
12961296

12971297
# Input renderer

0 commit comments

Comments
 (0)