Merge pull request #40 from aguzererler/fix/remove-unused-timedelta-import-16675261317014341937

🧹 Remove unused `timedelta` import in finnhub_indicators.py
This commit is contained in:
ahmet guzererler 2026-03-21 02:56:10 +01:00 committed by GitHub
commit 69e6bee34b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ via the Finnhub /indicator endpoint. Output format mirrors the Alpha Vantage
indicator output so downstream agents see consistent data regardless of vendor.
"""
from datetime import datetime, timedelta
from datetime import datetime
from typing import Literal
from .finnhub_common import (