Skip to content

Commit 5b14fb5

Browse files
Reformat
1 parent 21ac6f6 commit 5b14fb5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tanjun/clients.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,7 @@ def as_loader(*, standard_impl: typing.Literal[False]) -> collections.Callable[[
262262

263263

264264
def as_loader(
265-
callback: typing.Union[_LoaderSigT, _StdLoaderSigT, None] = None,
266-
/,
267-
*,
268-
standard_impl: bool = True,
265+
callback: typing.Union[_LoaderSigT, _StdLoaderSigT, None] = None, /, *, standard_impl: bool = True
269266
) -> typing.Union[
270267
_LoaderSigT,
271268
_StdLoaderSigT,
@@ -331,10 +328,7 @@ def as_unloader(*, standard_impl: typing.Literal[False]) -> collections.Callable
331328

332329

333330
def as_unloader(
334-
callback: typing.Union[_StdLoaderSigT, _LoaderSigT, None] = None,
335-
/,
336-
*,
337-
standard_impl: bool = True,
331+
callback: typing.Union[_StdLoaderSigT, _LoaderSigT, None] = None, /, *, standard_impl: bool = True
338332
) -> typing.Union[
339333
_StdLoaderSigT,
340334
_LoaderSigT,

0 commit comments

Comments
 (0)