mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Remove unused stubtest whitelist entries (#4560)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fe69ffcb0f
commit
4876b55382
@@ -10,7 +10,6 @@ asyncio.staggered # Added in Python 3.8
|
||||
asyncio.threads # Added in Python 3.9
|
||||
asyncio.trsock # Added in Python 3.8
|
||||
builtins.dict.get
|
||||
builtins.reversed
|
||||
builtins.str.maketrans
|
||||
cmath.log
|
||||
collections.AsyncGenerator.ag_await
|
||||
|
||||
@@ -14,9 +14,7 @@ asyncio.futures.Future.__init__
|
||||
asyncio.futures.Future._callbacks
|
||||
asyncio.proactor_events._ProactorBasePipeTransport.__del__
|
||||
asyncio.threads # Added in Python 3.9
|
||||
builtins.compile
|
||||
builtins.dict.get
|
||||
builtins.reversed
|
||||
collections.AsyncGenerator.ag_await
|
||||
collections.AsyncGenerator.ag_code
|
||||
collections.AsyncGenerator.ag_frame
|
||||
|
||||
@@ -18,9 +18,7 @@ asyncio.events.AbstractEventLoop.sock_sendfile
|
||||
asyncio.futures.Future.__init__
|
||||
asyncio.futures.Future._callbacks
|
||||
asyncio.proactor_events._ProactorBasePipeTransport.__del__
|
||||
builtins.compile
|
||||
builtins.dict.get
|
||||
builtins.reversed
|
||||
collections.AsyncGenerator.ag_await
|
||||
collections.AsyncGenerator.ag_code
|
||||
collections.AsyncGenerator.ag_frame
|
||||
|
||||
Reference in New Issue
Block a user