Skip to content

Commit 248d0de

Browse files
committed
style: reformat with ruff 0.4 (CI version) for #225
1 parent fc5c653 commit 248d0de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_mcp_stdio_protection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ def test_mcp_server_no_stdout_noise_on_clean_exit():
7878
capture_output=True,
7979
timeout=60,
8080
)
81-
assert proc.stdout == b"", (
82-
f"stdout must be empty before the first JSON-RPC response, but got: {proc.stdout!r}"
83-
)
81+
assert (
82+
proc.stdout == b""
83+
), f"stdout must be empty before the first JSON-RPC response, but got: {proc.stdout!r}"

0 commit comments

Comments
 (0)