Ignore mypy for this specific case in the test

This commit is contained in:
2026-03-15 15:41:57 +01:00
parent 45c55a4ddf
commit 0b053d2572

View File

@ -9,7 +9,7 @@ from operator import itemgetter
from faker import Faker
from fastapi.testclient import TestClient
from main import app
from main import app # type: ignore
# Set up logging
logging.basicConfig(level=logging.INFO)