Skip to content

Commit 102ccf2

Browse files
chore(internal): import reformatting
1 parent 5f8b24d commit 102ccf2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/oxp/_client.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
ProxiesTypes,
2020
RequestOptions,
2121
)
22-
from ._utils import (
23-
is_given,
24-
get_async_library,
25-
)
22+
from ._utils import is_given, get_async_library
2623
from ._version import __version__
2724
from .resources import tools, health
2825
from ._streaming import Stream as Stream, AsyncStream as AsyncStream

src/oxp/resources/tools.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77
from ..types import tool_call_params
88
from .._types import NOT_GIVEN, Body, Query, Headers, NotGiven
9-
from .._utils import (
10-
maybe_transform,
11-
async_maybe_transform,
12-
)
9+
from .._utils import maybe_transform, async_maybe_transform
1310
from .._compat import cached_property
1411
from .._resource import SyncAPIResource, AsyncAPIResource
1512
from .._response import (

0 commit comments

Comments
 (0)