We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eef683 commit 379a0daCopy full SHA for 379a0da
exec_helpers/subprocess.py
@@ -66,7 +66,7 @@ class SubprocessExecuteAsyncResult(api.ExecuteAsyncResult):
66
__slots__ = ()
67
68
@property
69
- def interface(self) -> subprocess.Popen[bytes]:
+ def interface(self) -> subprocess.Popen[bytes]: # pylint: disable=unsubscriptable-object
70
"""Override original NamedTuple with proper typing.
71
72
:return: control interface
0 commit comments