style: Fix import sorting and update ruff version

This commit is contained in:
David Soria Parra
2025-01-03 15:57:14 +00:00
parent 329f595f5f
commit e21e8c157d
5 changed files with 5 additions and 4 deletions

View File

@@ -423,7 +423,7 @@ class FastMCP:
async def run_sse_async(self) -> None:
"""Run the server using SSE transport."""
from starlette.applications import Starlette
from starlette.routing import Route, Mount
from starlette.routing import Mount, Route
sse = SseServerTransport("/messages/")