We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e016e9 commit 1b1cec5Copy full SHA for 1b1cec5
sentry_sdk/integrations/mcp.py
@@ -34,7 +34,7 @@
34
if TYPE_CHECKING:
35
from typing import Any, Callable, Optional, Tuple
36
37
- from starlette.types import Receive, Scope, Send
+ from starlette.types import Receive, Scope, Send # type: ignore[import-not-found]
38
39
40
class MCPIntegration(Integration):
0 commit comments