[loop-cycle-2112] chore: remove unused imports #1328

Merged
Timmy merged 1 commits from fix/lint-cleanup-cycle-2112 into main 2026-03-24 02:24:58 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ Focuses on edge cases and scenarios not covered in test_scorecards.py:
from __future__ import annotations
from datetime import UTC, datetime
from unittest.mock import MagicMock, patch
from unittest.mock import patch
import pytest
@@ -29,7 +29,6 @@ from dashboard.services.scorecard_service import (
)
from infrastructure.events.bus import Event
# ---------------------------------------------------------------------------
# _aggregate_metrics — edge cases
# ---------------------------------------------------------------------------

View File

@@ -189,7 +189,7 @@ class TestMainHealthCheckIntegration:
call_order.append("gitea")
return False
args = _default_args()
_default_args()
with (
patch.object(orch, "_generate_health_snapshot", side_effect=fake_snapshot),