diff --git a/src/remote_ops.py b/src/remote_ops.py index a780ce5..3bb07a1 100644 --- a/src/remote_ops.py +++ b/src/remote_ops.py @@ -739,7 +739,7 @@ def run( text: typing.Optional[bool] = None, encoding: typing.Optional[str] = None, shell: bool = False, - input: typing.Optional[OsOperations.T_INPUT] = None, + input: typing.Optional[T_OS_RUN_INPUT] = None, stdin: typing.Optional[T_OS_IO_ID] = subprocess.PIPE, stdout: typing.Optional[T_OS_IO_ID] = subprocess.PIPE, stderr: typing.Optional[T_OS_IO_ID] = subprocess.PIPE,