Skip to content

Commit 038f846

Browse files
author
PR-Contributor
committed
chore: fix ruff formatting
1 parent 32e453b commit 038f846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mcp/server/mcpserver/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ async def run_sse_async( # pragma: no cover
860860
The HTTP+SSE transport is deprecated. Use `run_streamable_http_async` instead.
861861
"""
862862
import warnings
863+
863864
warnings.warn(
864865
"run_sse_async is deprecated. Use run_streamable_http_async instead.",
865866
DeprecationWarning,
@@ -932,6 +933,7 @@ def sse_app(
932933
The HTTP+SSE transport is deprecated. Use `streamable_http_app` instead.
933934
"""
934935
import warnings
936+
935937
warnings.warn(
936938
"sse_app is deprecated. Use streamable_http_app instead.",
937939
DeprecationWarning,

0 commit comments

Comments
 (0)