chore: fix ruff lint issues (29 fixes, 0 remaining)

This commit is contained in:
thefux
2026-07-17 16:10:54 +00:00
parent 49d285571e
commit c68c1936d3
9 changed files with 13 additions and 25 deletions
-2
View File
@@ -4,11 +4,9 @@ Only LoggingMiddleware and request_id_context exist on main.
ConcurrencyLimiterMiddleware + TimeoutMiddleware are on an unmerged branch.
"""
import pytest
from fastapi import FastAPI, Request
from fastapi.testclient import TestClient
# ---------------------------------------------------------------------------
# LoggingMiddleware
# ---------------------------------------------------------------------------