Format files with ruff (#562)

This commit is contained in:
ihrpr
2025-04-23 05:06:51 +01:00
committed by GitHub
parent babb477dff
commit b4c7db6a50
2 changed files with 3 additions and 6 deletions

View File

@@ -466,6 +466,7 @@ class FastMCP:
async def run_sse_async(self) -> None:
"""Run the server using SSE transport."""
import uvicorn
starlette_app = self.sse_app()
config = uvicorn.Config(