Skip to content

Commit 496caee

Browse files
remove type ignore
1 parent 6f4022b commit 496caee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/pydantic_ai/spans/ai_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from sentry_sdk._types import TextPart as SentryTextPart
3131

3232
try:
33-
from pydantic_ai.messages import ( # type: ignore
33+
from pydantic_ai.messages import (
3434
BaseToolCallPart,
3535
BaseToolReturnPart,
3636
SystemPromptPart,

0 commit comments

Comments
 (0)