fix: remove unused import in request id middleware test

This commit is contained in:
Kunal
2026-02-07 16:35:14 +00:00
parent f87cc1f7fb
commit c3f611f3f6

View File

@@ -1,7 +1,5 @@
from __future__ import annotations
from collections.abc import Callable
import pytest
from app.core.error_handling import REQUEST_ID_HEADER, RequestIdMiddleware