Skip to content

Commit 712ebc9

Browse files
fix imports
1 parent eb1d6a7 commit 712ebc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/integrations/anthropic.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
from anthropic import Stream, AsyncStream
4141
from anthropic.resources import AsyncMessages, Messages
42-
from anthropic.lib.streaming._messages import MessageStreamManager
42+
from anthropic.lib.streaming import MessageStreamManager
4343

4444
from anthropic.types import (
4545
MessageStartEvent,
@@ -60,7 +60,6 @@
6060
from sentry_sdk.tracing import Span
6161
from sentry_sdk._types import TextPart
6262

63-
from anthropic import AsyncStream
6463
from anthropic.types import (
6564
RawMessageStreamEvent,
6665
MessageParam,

0 commit comments

Comments
 (0)