Remove unused import from FastAPI integration documentation

This commit is contained in:
Mario Taddeucci 2025-07-20 12:24:48 -03:00
commit b8820de9aa

View file

@ -134,7 +134,6 @@ You can also mount an existing FastMCP server into your FastAPI application, add
```python
from fastmcp import FastMCP
from fastapi import FastAPI
from starlette.routing import Mount
# Create your FastMCP server
mcp = FastMCP("MyServer")