Skip to content

Commit 9d095a2

Browse files
remove unused import
1 parent d2e37fa commit 9d095a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/anthropic/test_anthropic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async def __call__(self, *args, **kwargs):
1212

1313

1414
from anthropic import Anthropic, AnthropicError, AsyncAnthropic, AsyncStream, Stream
15-
from anthropic.types import MessageDeltaUsage, TextDelta, Usage, MessageStreamEvent
15+
from anthropic.types import MessageDeltaUsage, TextDelta, Usage
1616
from anthropic.types.content_block_delta_event import ContentBlockDeltaEvent
1717
from anthropic.types.content_block_start_event import ContentBlockStartEvent
1818
from anthropic.types.content_block_stop_event import ContentBlockStopEvent

0 commit comments

Comments
 (0)