Skip to content

Commit 379a0da

Browse files
committed
pylint __future__.annotations still buggy
1 parent 9eef683 commit 379a0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SubprocessExecuteAsyncResult(api.ExecuteAsyncResult):
6666
__slots__ = ()
6767

6868
@property
69-
def interface(self) -> subprocess.Popen[bytes]:
69+
def interface(self) -> subprocess.Popen[bytes]: # pylint: disable=unsubscriptable-object
7070
"""Override original NamedTuple with proper typing.
7171
7272
:return: control interface

0 commit comments

Comments
 (0)