Skip to content

Commit 9ec49de

Browse files
committed
Add a type ignore????
1 parent d9eb0a0 commit 9ec49de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/aiofiles/aiofiles/threadpool/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def open(
9999
) -> AiofilesContextManager[_UnknownAsyncBinaryIO]: ...
100100

101101
stdin: AsyncTextIndirectIOWrapper
102-
stdout: AsyncTextIndirectIOWrapper
102+
stdout: AsyncTextIndirectIOWrapper # type: ignore # ???
103103
stderr: AsyncTextIndirectIOWrapper
104104
stdin_bytes: AsyncIndirectBufferedIOBase
105105
stdout_bytes: AsyncIndirectBufferedIOBase

0 commit comments

Comments
 (0)