fix: resolve ruff lint and formatting issues

Remove unused timedelta import from test_wireless_api.py and
auto-format metrics.py to pass ruff format check.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-15 20:09:14 -05:00
parent afb20f1f56
commit 7a563fecd2
2 changed files with 26 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ All tests run against real PostgreSQL+TimescaleDB.
"""
import uuid
from datetime import datetime, timedelta, timezone
from datetime import datetime, timezone
import pytest
from sqlalchemy import text