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 f3e34e4 commit 2a0b18eCopy full SHA for 2a0b18e
replit_river/codegen/client.py
@@ -874,10 +874,6 @@ def __init__(self, client: river.Client[Any]):
874
lambda x: TypeAdapter({render_type_expr(input_type)})
875
.validate_python
876
"""
877
- if isinstance(
878
- procedure.init, RiverConcreteType
879
- ) and procedure.init.type not in ["object", "array"]:
880
- render_init_method = "lambda x: x"
881
882
assert (
883
render_init_method
0 commit comments