Skip to content

Commit 66c192c

Browse files
committed
mypy
1 parent bf29c56 commit 66c192c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
raise DidNotEnable("MCP SDK not installed")
2626

2727
try:
28-
from fastmcp import FastMCP
28+
from fastmcp import FastMCP # type: ignore[import-not-found]
2929
except ImportError:
3030
FastMCP = None
3131

0 commit comments

Comments
 (0)