From ccbbf316f82f8b8c84ac85dd867e71b33f2dfc87 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 22:34:10 +0000 Subject: [PATCH 1/3] Remove unused imports in test_health_server.py Co-authored-by: SatoryKono <13055362+SatoryKono@users.noreply.github.com> --- tests/unit/interfaces/http/test_health_server.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unit/interfaces/http/test_health_server.py b/tests/unit/interfaces/http/test_health_server.py index fd97308fc8..f4bb6e9d2b 100644 --- a/tests/unit/interfaces/http/test_health_server.py +++ b/tests/unit/interfaces/http/test_health_server.py @@ -5,14 +5,12 @@ import asyncio import json from collections.abc import AsyncGenerator -from datetime import UTC, datetime, timedelta from unittest.mock import AsyncMock, MagicMock -from uuid import uuid4 import pytest import pytest_asyncio -from bioetl.domain.types import HealthStatus, RunType +from bioetl.domain.types import HealthStatus from bioetl.interfaces.http.health_server import HealthServer from bioetl.interfaces.http.types import HealthResponse From c62a69e3d30570faf24fabb95558467b50639d80 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:02:24 +0000 Subject: [PATCH 2/3] Remove unused import datetime.UTC Co-authored-by: SatoryKono <13055362+SatoryKono@users.noreply.github.com> From cabac70ca1f3e70609d2d25eb6b04b02e24042cc Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 23:06:29 +0000 Subject: [PATCH 3/3] Remove unused import datetime.UTC Co-authored-by: SatoryKono <13055362+SatoryKono@users.noreply.github.com>