Skip to content

Commit cb09b47

Browse files
Apply ruff formatting
1 parent b7e8a56 commit cb09b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_stdio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ async def test_stdio_client_immediate_completion():
153153
# Use a Python script that prints and exits immediately
154154
# This is more consistent across platforms than echo
155155
script_content = "print('hello')"
156-
156+
157157
server_params = StdioServerParameters(
158158
command=sys.executable,
159159
args=["-c", script_content],

0 commit comments

Comments
 (0)