Merge pull request #46 from aguzererler/fix-unused-import-finnhub-scanner-619852487739765853

🧹 remove unused import _make_api_request from finnhub_scanner.py
This commit is contained in:
ahmet guzererler 2026-03-21 17:20:03 +01:00 committed by GitHub
commit e877f298bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ from typing import Annotated
from .finnhub_common import ( from .finnhub_common import (
FinnhubError, FinnhubError,
_make_api_request,
_now_str, _now_str,
_rate_limited_request, _rate_limited_request,
) )