Skip to content

Commit 576bb7d

Browse files
committed
commit back type checks
1 parent a370b30 commit 576bb7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
raise DidNotEnable("Anthropic not installed")
2222

2323
if TYPE_CHECKING:
24-
pass
24+
from typing import Any, AsyncIterator, Iterator
25+
from sentry_sdk.tracing import Span
2526

2627

2728
class AnthropicIntegration(Integration):

0 commit comments

Comments
 (0)