Skip to content
Prev Previous commit
Next Next commit
Add a type ignore????
  • Loading branch information
srittau committed Apr 8, 2026
commit 9ec49de530659ee9fd435c5a4e26ba48493eb9e2
2 changes: 1 addition & 1 deletion stubs/aiofiles/aiofiles/threadpool/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
) -> AiofilesContextManager[_UnknownAsyncBinaryIO]: ...

stdin: AsyncTextIndirectIOWrapper
stdout: AsyncTextIndirectIOWrapper
stdout: AsyncTextIndirectIOWrapper # type: ignore # ???

Check failure on line 102 in stubs/aiofiles/aiofiles/threadpool/__init__.pyi

View workflow job for this annotation

GitHub Actions / pyright: Run test cases (Linux, 3.13)

Too few type arguments provided for "_SingleDispatchCallable"; expected 2 but received 1 (reportInvalidTypeArguments)
stderr: AsyncTextIndirectIOWrapper
stdin_bytes: AsyncIndirectBufferedIOBase
stdout_bytes: AsyncIndirectBufferedIOBase
Expand Down
Loading