fix: remove answer

This commit is contained in:
Yeuoly 2024-03-12 16:25:07 +08:00 committed by takatost
parent 951aaf5161
commit 92c1da8dbe
1 changed files with 0 additions and 1 deletions

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]