Skip to content

Commit 8412e55

Browse files
mypy ignore
1 parent 78cec69 commit 8412e55

File tree

1 file changed

+1
-1
lines changed
  • sentry_sdk/integrations/pydantic_ai/patches

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/pydantic_ai/patches/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
try:
2222
from pydantic_ai._tool_manager import ToolManager # type: ignore
23-
from pydantic_ai.exceptions import ToolRetryError
23+
from pydantic_ai.exceptions import ToolRetryError # type: ignore
2424
except ImportError:
2525
raise DidNotEnable("pydantic-ai not installed")
2626

0 commit comments

Comments
 (0)