We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db3a25 commit ea170e6Copy full SHA for ea170e6
sentry_sdk/integrations/pydantic_ai/utils.py
@@ -7,7 +7,7 @@
7
from typing import TYPE_CHECKING
8
9
if TYPE_CHECKING:
10
- from typing import Any # type: ignore
+ from typing import Any
11
12
13
def _should_send_prompts():
0 commit comments