Auto-format code with black (#11913)

Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-12-02 14:49:12 +01:00 committed by GitHub
parent f9d17a644b
commit df0cb4b77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1643,7 +1643,9 @@ def _pipe(
docs: Iterable["Doc"],
proc: "PipeCallable",
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],
) -> Iterator["Doc"]:
if hasattr(proc, "pipe"):