Skip to content

Commit

Permalink
chore(internal): update formatting (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 2, 2024
1 parent 07a0db3 commit 6f5d08f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/modern_treasury/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
AsyncTransport,
RequestOptions,
)
from ._utils import is_given, get_async_library
from ._utils import (
is_given,
get_async_library,
)
from ._version import __version__
from ._response import to_raw_response_wrapper, async_to_raw_response_wrapper
from ._streaming import Stream as Stream, AsyncStream as AsyncStream
Expand Down

0 comments on commit 6f5d08f

Please sign in to comment.