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 29b9353 commit 2f545bfCopy full SHA for 2f545bf
src/replit_river/codegen/client.py
@@ -858,7 +858,6 @@ def __init__(self, client: river.Client[Any]):
858
module_names,
859
permit_unknown_members=True,
860
)
861
- # print('error type module_info: %r' % module_info)
862
if isinstance(error_type, NoneTypeExpr):
863
error_type_name = TypeName("RiverError")
864
error_type = error_type_name
0 commit comments