Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix return type for SSHClientConnection.create_process()
The create_process() call in SSHClientConnection had an incomplete return type of SSHClientProcess, when it really should have been SSHClientProcess[AnyStr] to match the AnyStr appearing in the "input" argument. Thanks go to Matthew Bradbury for reporting this issue.
- Loading branch information