Format the split guard-components test module

This commit is contained in:
Jeremiah Lowin 2026-07-26 17:03:04 -04:00
commit 46cd0c7933
No known key found for this signature in database

View file

@ -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)."""