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 1bc06b1 commit ba3c5daCopy full SHA for ba3c5da
1 file changed
stubs/aiofiles/aiofiles/threadpool/__init__.pyi
@@ -99,7 +99,7 @@ def open(
99
executor: Executor | None = None,
100
) -> AiofilesContextManager[_UnknownAsyncBinaryIO]: ...
101
102
-wrap: _SingleDispatchCallable[Any]
+wrap: _SingleDispatchCallable[Any, Any]
103
104
stdin: AsyncTextIndirectIOWrapper
105
stdout: AsyncTextIndirectIOWrapper
0 commit comments