Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding committed Dec 30, 2022
1 parent 14756ec commit ecf5b2e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tanjun/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,7 @@ def as_loader(*, standard_impl: typing.Literal[False]) -> collections.Callable[[


def as_loader(
callback: typing.Union[_LoaderSigT, _StdLoaderSigT, None] = None,
/,
*,
standard_impl: bool = True,
callback: typing.Union[_LoaderSigT, _StdLoaderSigT, None] = None, /, *, standard_impl: bool = True
) -> typing.Union[
_LoaderSigT,
_StdLoaderSigT,
Expand Down Expand Up @@ -331,10 +328,7 @@ def as_unloader(*, standard_impl: typing.Literal[False]) -> collections.Callable


def as_unloader(
callback: typing.Union[_StdLoaderSigT, _LoaderSigT, None] = None,
/,
*,
standard_impl: bool = True,
callback: typing.Union[_StdLoaderSigT, _LoaderSigT, None] = None, /, *, standard_impl: bool = True
) -> typing.Union[
_StdLoaderSigT,
_LoaderSigT,
Expand Down

0 comments on commit ecf5b2e

Please sign in to comment.