style: apply ruff auto-fix

- Auto-formatted code with ruff format
- Applied ruff linting fixes with --fix

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-02-23 23:24:27 +00:00
parent f9d849f7eb
commit 0827b6eaa9
-1
View File
@@ -3,7 +3,6 @@
from unittest.mock import patch
import pytest
from fastapi.testclient import TestClient
@pytest.mark.unit