fix: remove redundant inline traceback import

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Robin Lindbladh 2026-03-24 20:58:18 +01:00
parent 95e10bd1fd
commit b3a087286b
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ class PortfolioAnalyzer:
try:
return self.deep_thinking_llm.invoke(messages).content
except Exception as e:
import traceback
return (
f"Portfolio summary generation failed: {e}\n{traceback.format_exc()}\n"
f"Individual signals were: "