Skip to content

Commit 1b1cec5

Browse files
mypy again
1 parent 3e016e9 commit 1b1cec5

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
@@ -34,7 +34,7 @@
3434
if TYPE_CHECKING:
3535
from typing import Any, Callable, Optional, Tuple
3636

37-
from starlette.types import Receive, Scope, Send
37+
from starlette.types import Receive, Scope, Send # type: ignore[import-not-found]
3838

3939

4040
class MCPIntegration(Integration):

0 commit comments

Comments
 (0)