Skip to content

Commit

Permalink
chore(internal): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and stainless-bot committed Jul 8, 2024
1 parent 37bd433 commit a912917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anthropic/lib/streaming/_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from ...types import Message, ContentBlock, RawMessageStreamEvent
from ..._utils import consume_sync_iterator, consume_async_iterator
from ..._models import construct_type, build
from ..._models import build, construct_type
from ..._streaming import Stream, AsyncStream

if TYPE_CHECKING:
Expand Down

0 comments on commit a912917

Please sign in to comment.