Skip to content

Commit 1b4bf1e

Browse files
Fix code formatting
Apply ruff format to fix pre-commit hook failure
1 parent 4ce6ec4 commit 1b4bf1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/client/test_streamable_http_resource_leak.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def __init__(self) -> None:
6363
super().__init__("http://test")
6464
self.mock_response = MockResponse()
6565

66-
async def _handle_sse_response(
67-
self, response: MockResponse, ctx: Any, is_initialization: bool = False
68-
) -> None:
66+
async def _handle_sse_response(self, response: MockResponse, ctx: Any, is_initialization: bool = False) -> None:
6967
"""
7068
This mimics the actual bug in the real code.
7169

0 commit comments

Comments
 (0)