Tweak coverage

This commit is contained in:
Sebastián Ramírez 2025-12-10 12:59:10 +01:00
parent 6e53ad71ed
commit b92bdee22f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from fastapi.testclient import TestClient
from inline_snapshot import snapshot
from typing_extensions import Annotated
if TYPE_CHECKING:
if TYPE_CHECKING: # pragma: no cover
from collections.abc import AsyncGenerator