diff --git a/scraper/retriever.py b/scraper/retriever.py index 206bfd4..ceeb8cd 100755 --- a/scraper/retriever.py +++ b/scraper/retriever.py @@ -23,8 +23,6 @@ def get_market_cap(ticker1): return market_cap - - def get_analyst_estimates(ticker): estimates = si.get_analysts_info(ticker) next_5_years_estimates = estimates["Growth Estimates"].iloc[4].dropna()