Skip to content

Commit cd5253c

Browse files
chore(internal): update formatting (#214)
1 parent 81a6e2f commit cd5253c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

src/finch/_client.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
AsyncTransport,
2323
RequestOptions,
2424
)
25-
from ._utils import is_given, get_async_library
25+
from ._utils import (
26+
is_given,
27+
get_async_library,
28+
)
2629
from ._version import __version__
2730
from ._streaming import Stream as Stream, AsyncStream as AsyncStream
2831
from ._exceptions import APIStatusError

src/finch/types/__init__.py

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,5 @@
1313
from .provider import Provider as Provider
1414
from .introspection import Introspection as Introspection
1515
from .disconnect_response import DisconnectResponse as DisconnectResponse
16-
from .request_forwarding_forward_params import (
17-
RequestForwardingForwardParams as RequestForwardingForwardParams,
18-
)
19-
from .request_forwarding_forward_response import (
20-
RequestForwardingForwardResponse as RequestForwardingForwardResponse,
21-
)
16+
from .request_forwarding_forward_params import RequestForwardingForwardParams as RequestForwardingForwardParams
17+
from .request_forwarding_forward_response import RequestForwardingForwardResponse as RequestForwardingForwardResponse

0 commit comments

Comments
 (0)