Skip to content

Commit faa5298

Browse files
dsfacciniclaude
andcommitted
Apply ruff-format
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fe8afee commit faa5298

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/shared/test_httpx_shim.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ def test_emit_only_warns_once_per_process(monkeypatch: pytest.MonkeyPatch, reset
4949
assert len(matching) == 1
5050

5151

52-
async def test_create_mcp_http_client_emits_warning(
53-
monkeypatch: pytest.MonkeyPatch, reset_warning_flag: None
54-
) -> None:
52+
async def test_create_mcp_http_client_emits_warning(monkeypatch: pytest.MonkeyPatch, reset_warning_flag: None) -> None:
5553
monkeypatch.setattr(httpx_shim, "_HTTPX_IS_DEPRECATED", True)
5654
with pytest.warns(MCPDeprecationWarning, match=r"install `httpx2` instead"):
5755
async with create_mcp_http_client():

0 commit comments

Comments
 (0)