Skip to content

Commit 7152315

Browse files
committed
fix: ruff format - remove extra blank lines in test_streamable_http.py
1 parent f60410f commit 7152315

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/shared/test_streamable_http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,6 @@ async def handle_call_tool(name: str, args: dict[str, Any]) -> list[TextContent]
14441444
return [TextContent(type="text", text=f"Unknown tool: {name}")]
14451445

14461446

1447-
14481447
# Server runner for context-aware testing
14491448
def run_context_aware_server(port: int): # pragma: no cover
14501449
"""Run the context-aware test server."""

0 commit comments

Comments
 (0)