From 1a8ed835048330d8a6d87890842d0a60826200ea Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 7 Dec 2023 10:56:39 +0000 Subject: [PATCH] chore(internal): update formatting --- src/finch/_client.py | 5 ++++- src/finch/types/__init__.py | 8 ++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/finch/_client.py b/src/finch/_client.py index 01252f1f..3c3b9636 100644 --- a/src/finch/_client.py +++ b/src/finch/_client.py @@ -22,7 +22,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 diff --git a/src/finch/types/__init__.py b/src/finch/types/__init__.py index cbf77492..ece2573d 100644 --- a/src/finch/types/__init__.py +++ b/src/finch/types/__init__.py @@ -13,9 +13,5 @@ from .provider import Provider as Provider from .introspection import Introspection as Introspection from .disconnect_response import DisconnectResponse as DisconnectResponse -from .request_forwarding_forward_params import ( - RequestForwardingForwardParams as RequestForwardingForwardParams, -) -from .request_forwarding_forward_response import ( - RequestForwardingForwardResponse as RequestForwardingForwardResponse, -) +from .request_forwarding_forward_params import RequestForwardingForwardParams as RequestForwardingForwardParams +from .request_forwarding_forward_response import RequestForwardingForwardResponse as RequestForwardingForwardResponse