We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6e58a commit bd00e4eCopy full SHA for bd00e4e
sentry_sdk/integrations/anthropic.py
@@ -46,7 +46,7 @@
46
raise DidNotEnable("Anthropic not installed")
47
48
if TYPE_CHECKING:
49
- from typing import Any, AsyncIterator, Iterator, List, Optional, Union, Callable
+ from typing import Any, AsyncIterator, Iterator, List, Optional, Union
50
from sentry_sdk.tracing import Span
51
from sentry_sdk._types import TextPart
52
0 commit comments