chore: fix all ruff lint warnings
All checks were successful
continuous-integration/drone/push Build is passing

- Remove unused datetime imports from openbb_service, market_service,
  quantitative_service (now using obb_utils.days_ago)
- Remove unused variable 'maintains' in routes_sentiment
- Remove unused imports in test files
- Fix forward reference annotation in test helper
This commit is contained in:
Yaojia Wang
2026-03-19 23:19:08 +01:00
parent 0f7341b158
commit ec005c91a9
7 changed files with 2 additions and 10 deletions

View File

@@ -1,7 +1,6 @@
"""Unit tests for akshare_service.py - written FIRST (TDD RED phase)."""
from datetime import datetime
from unittest.mock import MagicMock, patch
from unittest.mock import patch
import pandas as pd
import pytest