fix: remove redundant inline traceback import
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
95e10bd1fd
commit
b3a087286b
|
|
@ -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: "
|
||||
|
|
|
|||
Loading…
Reference in New Issue