mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 04:52:21 +08:00
Bump aiofiles to 23.2.* (#10584)
This commit is contained in:
@@ -93,6 +93,3 @@ aiofiles.tempfile.temptypes.AsyncTemporaryDirectory.cleanup
|
||||
# Metaclass differs:
|
||||
aiofiles.base.AiofilesContextManager
|
||||
aiofiles.tempfile.AiofilesContextManagerTempDir
|
||||
|
||||
# Helper decorator, too complex to type
|
||||
aiofiles.os.wrap
|
||||
|
||||
5
stubs/aiofiles/@tests/stubtest_allowlist_win32.txt
Normal file
5
stubs/aiofiles/@tests/stubtest_allowlist_win32.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# At runtime, __all__ includes some items that are not available on Windows.
|
||||
# https://github.com/Tinche/aiofiles/pull/174
|
||||
aiofiles.os.__all__
|
||||
aiofiles.os.sendfile
|
||||
aiofiles.os.statvfs
|
||||
Reference in New Issue
Block a user