Auto-format code with black

This commit is contained in:
explosion-bot 2022-12-02 08:03:52 +00:00 committed by GitHub
parent 9cf3fa9711
commit 57552d54d4

View File

@ -1643,7 +1643,9 @@ def _pipe(
docs: Iterable["Doc"], docs: Iterable["Doc"],
proc: "PipeCallable", proc: "PipeCallable",
name: str, name: str,
default_error_handler: Callable[[str, "PipeCallable", List["Doc"], Exception], NoReturn], default_error_handler: Callable[
[str, "PipeCallable", List["Doc"], Exception], NoReturn
],
kwargs: Mapping[str, Any], kwargs: Mapping[str, Any],
) -> Iterator["Doc"]: ) -> Iterator["Doc"]:
if hasattr(proc, "pipe"): if hasattr(proc, "pipe"):