Skip to content

Commit bc8fca8

Browse files
Fix: Format _mixins.py with black
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 6077547 commit bc8fca8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

imednet/endpoints/_mixins.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,7 @@ class ListGetEndpoint(BaseEndpoint, ListGetEndpointMixin[T]):
259259

260260
def _get_context(
261261
self, is_async: bool
262-
) -> tuple[
263-
RequestorProtocol | AsyncRequestorProtocol, type[Paginator] | type[AsyncPaginator]
264-
]:
262+
) -> tuple[RequestorProtocol | AsyncRequestorProtocol, type[Paginator] | type[AsyncPaginator]]:
265263
if is_async:
266264
return self._require_async_client(), AsyncPaginator
267265
return self._client, Paginator

0 commit comments

Comments
 (0)