Skip to content

Commit 86009f9

Browse files
Address error message
1 parent 38554fc commit 86009f9

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
@@ -984,7 +984,7 @@ def __init__(self, client: river.Client[Any]):
984984
"""
985985

986986
assert init_type is None or render_init_method, (
987-
f"Unable to derive the init encoder from: {input_type}"
987+
f"Unable to derive the init encoder from: {init_type}"
988988
)
989989

990990
# Input renderer

0 commit comments

Comments
 (0)