Skip to content

Commit 99767c2

Browse files
author
Motta Kin
committed
Remove mistaken no cover pragma
1 parent 58e739d commit 99767c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def id(self) -> str | None:
306306

307307
@property
308308
def instructions(self) -> str | None:
309-
return None # pragma: no cover
309+
return None
310310

311311
async def __aenter__(self) -> MockMCPServer:
312312
return self

0 commit comments

Comments
 (0)