Skip to content

Commit a4c2809

Browse files
committed
fix: remove trailing whitespace in docstring
- Remove trailing whitespace that was causing pre-commit formatting issues - Ensure clean formatting for CI checks
1 parent e166ba7 commit a4c2809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ async def bad_client():
16071607
@pytest.mark.anyio
16081608
async def test_client_unexpected_content_type_raises_mcp_error():
16091609
"""Test that unexpected content types raise McpError instead of just printing.
1610-
1610+
16111611
This test verifies that when a server returns HTML instead of MCP JSON,
16121612
the client properly raises McpError wrapped in ExceptionGroup.
16131613
"""

0 commit comments

Comments
 (0)