From 0827b6eaa97783b6ec2a11191d4089dcfa36210c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Feb 2026 23:24:27 +0000 Subject: [PATCH] style: apply ruff auto-fix - Auto-formatted code with ruff format - Applied ruff linting fixes with --fix Co-authored-by: github-actions[bot] --- tests/test_api_diagnostic_extended.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_api_diagnostic_extended.py b/tests/test_api_diagnostic_extended.py index f2afbff3..595ceaa1 100644 --- a/tests/test_api_diagnostic_extended.py +++ b/tests/test_api_diagnostic_extended.py @@ -3,7 +3,6 @@ from unittest.mock import patch import pytest -from fastapi.testclient import TestClient @pytest.mark.unit