Skip to content

Commit edf3443

Browse files
committed
✅ Tweak coverage
1 parent 1aa7877 commit edf3443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_doc_basic() -> None:
1616

1717

1818
def test_annotation():
19-
def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None:
19+
def hi(name: Annotated[str, Doc("Who to say hi to")]) -> None: # pragma: no cover
2020
pass
2121

2222
hints = get_type_hints(hi, include_extras=True)

0 commit comments

Comments
 (0)