Skip to content

Commit 3861bf2

Browse files
authored
Update finance_langgraph.py
1 parent b65e151 commit 3861bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

financial-analyst-deepseek/financial-analyst-langgraph/finance_langgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def code_writer_node(state: StockAnalysisState):
6969

7070
def code_result(state: StockAnalysisState):
7171

72-
ans=StockAnalysisState["generated_code"]
72+
ans = state["generated_code"]
7373
return {"execution_result": ans}
7474

7575

0 commit comments

Comments
 (0)