Skip to content

Commit a3e4fcc

Browse files
Remove unused stubtest allowlist entries (#6119)
Co-authored-by: hauntsaninja <[email protected]>
1 parent 98dde9c commit a3e4fcc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/stubtest_allowlists/py310.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ collections.abc.Coroutine.send
106106
collections.abc.Coroutine.throw
107107
collections.abc.Generator.send
108108
collections.abc.Generator.throw
109-
contextlib.AsyncExitStack.callback
110-
contextlib.AsyncExitStack.push_async_callback
111-
contextlib.ExitStack.callback
112109
contextvars.ContextVar.reset
113110
contextvars.ContextVar.set
114111
io.IncrementalNewlineDecoder.setstate
@@ -169,6 +166,5 @@ ssl.SSLContext.__new__
169166
ssl._create_unverified_context
170167
ssl.get_server_certificate
171168
tempfile.TemporaryDirectory.__init__
172-
types.UnionType # Renamed from `types.Union`
173169
unicodedata.ucnhash_CAPI
174170
unittest.mock.create_autospec

0 commit comments

Comments
 (0)