Ralitza Mondal commited on
Commit
fee16cd
·
1 Parent(s): 119144c

Fix: Remove unused data_fetchers import

Browse files
Files changed (1) hide show
  1. multi_agent_coach.py +1 -2
multi_agent_coach.py CHANGED
@@ -12,9 +12,8 @@ from langchain.tools import tool
12
  from langchain_community.vectorstores import FAISS
13
  from tavily import TavilyClient
14
 
15
- # Import API clients and data fetchers
16
  from riot_api import RiotAPI
17
- from data_fetchers import get_optimal_build_ugg, get_champion_stats
18
  from youtube_scraper import YouTubeScraper
19
 
20
  # Import multi-agent components
 
12
  from langchain_community.vectorstores import FAISS
13
  from tavily import TavilyClient
14
 
15
+ # Import API clients
16
  from riot_api import RiotAPI
 
17
  from youtube_scraper import YouTubeScraper
18
 
19
  # Import multi-agent components