fix: remove answer

This commit is contained in:
Yeuoly
2024-03-12 16:25:07 +08:00
committed by takatost
parent 951aaf5161
commit 92c1da8dbe

View File

@@ -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]