Remove unused import `get_config` from social_media_analyst.py (#116)

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
This commit is contained in:
ahmet guzererler 2026-03-27 00:20:26 +01:00 committed by GitHub
parent 6fa4c2340a
commit 336ab15e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from tradingagents.agents.utils.agent_utils import (
prefetch_tools_parallel,
)
from tradingagents.agents.utils.news_data_tools import get_news
from tradingagents.dataflows.config import get_config
def create_social_media_analyst(llm):