Skip to content

Commit 13da396

Browse files
re-add type ignore
1 parent b771009 commit 13da396

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements-linting.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ types-webob
1010
opentelemetry-distro[otlp]
1111
pymongo # There is no separate types module.
1212
loguru # There is no separate types module.
13-
pydantic-ai # There is no separate types module.
1413
pre-commit # local linting
1514
httpcore
1615
launchdarkly-server-sdk

sentry_sdk/integrations/pydantic_ai/spans/ai_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from pydantic_ai.messages import (
2929
BaseToolCallPart,
3030
TextPart,
31-
)
31+
) # type: ignore
3232
except ImportError:
3333
# Fallback if these classes are not available
3434
BaseToolCallPart = None

0 commit comments

Comments
 (0)