diff --git a/tradingagents/dataflows/finnhub_scanner.py b/tradingagents/dataflows/finnhub_scanner.py index 3fe5c4f9..87d05b07 100644 --- a/tradingagents/dataflows/finnhub_scanner.py +++ b/tradingagents/dataflows/finnhub_scanner.py @@ -18,7 +18,6 @@ from typing import Annotated from .finnhub_common import ( FinnhubError, - _make_api_request, _now_str, _rate_limited_request, )