Skip to content

Commit

Permalink
chore(internal): update formatting (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 13, 2023
1 parent c1769e8 commit 1fca696
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/anthropic/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
AsyncTransport,
RequestOptions,
)
from ._utils import is_given, get_async_library
from ._utils import (
is_given,
get_async_library,
)
from ._version import __version__
from ._streaming import Stream as Stream, AsyncStream as AsyncStream
from ._exceptions import APIStatusError
Expand Down

0 comments on commit 1fca696

Please sign in to comment.