Skip to content
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2026
commit 302109eb49d17dc8f236fb796a217717b0ee4247
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 # type: ignore # ???
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