From b92bdee22f4243343dc5f060c01178df75347f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 10 Dec 2025 12:59:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Tweak=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_stringified_annotation_dependency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_stringified_annotation_dependency.py b/tests/test_stringified_annotation_dependency.py index a0d8d9cf8..89bb884b5 100644 --- a/tests/test_stringified_annotation_dependency.py +++ b/tests/test_stringified_annotation_dependency.py @@ -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