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-22 14:24:27 +00:00
parent ca6a3beb3f
commit bdf0afd9bf
3 changed files with 9 additions and 26 deletions
+1 -2
View File
@@ -13,9 +13,9 @@ Validates:
and for authentication-endpoint POST requests
"""
import pytest
from unittest.mock import AsyncMock, MagicMock, patch
import pytest
from fastapi import Response
from app.middleware.audit_log import (
@@ -25,7 +25,6 @@ from app.middleware.audit_log import (
mask_query_string,
)
# ---------------------------------------------------------------------------
# mask_query_string
# ---------------------------------------------------------------------------