🧹 Remove unused `timedelta` import in finnhub_indicators.py

Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot] 2026-03-21 01:54:05 +00:00
parent 25457930ae
commit 5fa0fe3178
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 (