mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
* fix aiofiles stubs * switch io.BinaryIO to typing.BinaryIO * swap typing.Literal to typing_extensions.Literal * fix overload overlap in open function * Fix filename generics * add missing loop and executor arguments to aiofiles.open * Remove generics from async files * Fix async file-like read, readline and write signatures