diff --git a/asyncssh/connection.py b/asyncssh/connection.py index 4e15ca3..0faf4ea 100644 --- a/asyncssh/connection.py +++ b/asyncssh/connection.py @@ -4061,7 +4061,7 @@ async def create_process(self, *args: object, stderr: ProcessTarget = PIPE, bufsize: int = io.DEFAULT_BUFFER_SIZE, send_eof: bool = True, recv_eof: bool = True, - **kwargs: object) -> SSHClientProcess: + **kwargs: object) -> SSHClientProcess[AnyStr]: """Create a process on the remote system This method is a coroutine wrapper around :meth:`create_session`