Skip to content

Commit 05f7591

Browse files
committed
coverage: run ruff on long lines
1 parent 0972fbb commit 05f7591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/auth/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ async def exchange_refresh_token(
243243
Raises:
244244
TokenError: If the request is invalid
245245
"""
246-
...
246+
... # pragma: no cover
247247

248248
async def load_access_token(self, token: str) -> AccessTokenT | None:
249249
"""

0 commit comments

Comments
 (0)