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 a3f68d6 commit 896ebb4Copy full SHA for 896ebb4
src/replit_river/codegen/client.py
@@ -1006,7 +1006,7 @@ async def {name}(
1006
]
1007
)
1008
else:
1009
- raise ValueError("Precondition failed")
+ assert_never(protocol_version)
1010
elif procedure.type == "stream":
1011
assert output_meta
1012
assert error_meta
@@ -1102,7 +1102,7 @@ async def {name}(
1102
1103
1104
1105
1106
1107
current_chunks.append("")
1108
return current_chunks
0 commit comments