Browse Source

Tweak coverage

pull/14485/head
Sebastián Ramírez 7 months ago
parent
commit
b92bdee22f
  1. 2
      tests/test_stringified_annotation_dependency.py

2
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

Loading…
Cancel
Save