From 755d71d1ecd962d500dfbf1e920b1582d31bc627 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 7 Dec 2023 10:56:19 +0000 Subject: [PATCH] chore(internal): update formatting --- src/anthropic/_client.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/anthropic/_client.py b/src/anthropic/_client.py index 9123bc7b..72d3f2d1 100644 --- a/src/anthropic/_client.py +++ b/src/anthropic/_client.py @@ -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