Unverified Commit 15ddbb5e authored by Yeuoly's avatar Yeuoly

fix: remove answer

parent 943c6767
......@@ -15,7 +15,6 @@ class CodeNodeData(BaseNodeData):
children: Optional[dict[str, 'Output']]
variables: list[VariableSelector]
answer: str
code_language: Literal['python3', 'javascript']
code: str
outputs: dict[str, Output]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment