From 6f5d08f847a46fe2c0e7eb7631bd548144a38980 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 7 Dec 2023 10:58:10 +0000 Subject: [PATCH] chore(internal): update formatting (#310) --- src/modern_treasury/_client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modern_treasury/_client.py b/src/modern_treasury/_client.py index fc63edf6..116c9fc5 100644 --- a/src/modern_treasury/_client.py +++ b/src/modern_treasury/_client.py @@ -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