diff --git a/stdlib/3/subprocess.pyi b/stdlib/3/subprocess.pyi index bc8f2d076408..43934b5efa84 100644 --- a/stdlib/3/subprocess.pyi +++ b/stdlib/3/subprocess.pyi @@ -58,7 +58,7 @@ def check_output(args: Union[str, Sequence[str]], creationflags: int = ..., restore_signals: bool = ..., start_new_session: bool = ..., - pass_fds: Any = ...) -> bytes: ... + pass_fds: Any = ...) -> Any: ... # TODO types PIPE = ... # type: Any