🧹 chore: remove unused json import in research_manager.py

Removed the unused `import json` line from `tradingagents/agents/managers/research_manager.py` to improve code health and maintainability.

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot] 2026-03-21 01:52:39 +00:00
parent 25457930ae
commit 8bc92344f8
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import time
import json
def create_research_manager(llm, memory):