zoya23 commited on
Commit
8562448
·
verified ·
1 Parent(s): 7d910dd

Update agents/analysis_agent.py

Browse files
Files changed (1) hide show
  1. agents/analysis_agent.py +1 -1
agents/analysis_agent.py CHANGED
@@ -6,4 +6,4 @@ def earnings_summary(results):
6
  for company, change in results.items():
7
  verdict = "beat estimates" if change > 0 else "missed estimates"
8
  summary.append(f"{company} {verdict} by {abs(change):.1f}%")
9
- return ", ".join(summary)
 
6
  for company, change in results.items():
7
  verdict = "beat estimates" if change > 0 else "missed estimates"
8
  summary.append(f"{company} {verdict} by {abs(change):.1f}%")
9
+ return ", ".join(summary)