From 46cd0c793357494545bd05873cc8293257a80bb9 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:03:04 -0400 Subject: [PATCH] Format the split guard-components test module --- tests/server/test_mrtr_guards_components.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/server/test_mrtr_guards_components.py b/tests/server/test_mrtr_guards_components.py index 21a3d2a47..ad896aa87 100644 --- a/tests/server/test_mrtr_guards_components.py +++ b/tests/server/test_mrtr_guards_components.py @@ -62,8 +62,6 @@ def _modern_proxy(backend: FastMCP) -> FastMCP: return FastMCPProxy(client_factory=lambda: ProxyClient(backend, mode="auto")) - - class TestPromptGuard: """`InputRequiredResult` is a result type, not a tools/call feature, so a prompt can ask for input the same way a tool does (SEP-2322)."""