Skip to content

Commit dff6dbc

Browse files
chore(internal): import reformatting
1 parent 8543410 commit dff6dbc

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/postcall/_client.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
ProxiesTypes,
2121
RequestOptions,
2222
)
23-
from ._utils import (
24-
is_given,
25-
get_async_library,
26-
)
23+
from ._utils import is_given, get_async_library
2724
from ._version import __version__
2825
from .resources import extract_details
2926
from ._streaming import Stream as Stream, AsyncStream as AsyncStream

src/postcall/resources/extract_details.py

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

99
from ..types import extract_detail_create_params
1010
from .._types import NOT_GIVEN, Body, Query, Headers, NotGiven
11-
from .._utils import (
12-
maybe_transform,
13-
async_maybe_transform,
14-
)
11+
from .._utils import maybe_transform, async_maybe_transform
1512
from .._compat import cached_property
1613
from .._resource import SyncAPIResource, AsyncAPIResource
1714
from .._response import (

0 commit comments

Comments
 (0)