Skip to content

Commit bd00e4e

Browse files
.
1 parent aa6e58a commit bd00e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
raise DidNotEnable("Anthropic not installed")
4747

4848
if TYPE_CHECKING:
49-
from typing import Any, AsyncIterator, Iterator, List, Optional, Union, Callable
49+
from typing import Any, AsyncIterator, Iterator, List, Optional, Union
5050
from sentry_sdk.tracing import Span
5151
from sentry_sdk._types import TextPart
5252

0 commit comments

Comments
 (0)