mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
remove unused io-related allowlist entries (#12955)
fallout from https://github.com/python/typeshed/pull/12947 fixes https://github.com/python/typeshed/issues/12954
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
humanfriendly.compat.StringIO.seek
|
||||
humanfriendly.compat.StringIO.truncate
|
||||
|
||||
# Re-exports:
|
||||
humanfriendly.usage.import_module
|
||||
humanfriendly.compat.which
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Inherited from stdlib's io module.
|
||||
pika.compat.StringIO.seek
|
||||
pika.compat.StringIO.truncate
|
||||
|
||||
# Stubtest doesn't understand that a property alias is also read-only.
|
||||
# https://github.com/python/mypy/issues/6700
|
||||
pika(\.adapters)?(\.blocking_connection)?\.BlockingConnection\.basic_nack
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
# Problems inherited from the standard library
|
||||
six.BytesIO.readlines
|
||||
six.BytesIO.seek
|
||||
six.StringIO.seek
|
||||
six.StringIO.truncate
|
||||
six.create_bound_method.__closure__
|
||||
six.create_bound_method.__code__
|
||||
six.create_bound_method.__defaults__
|
||||
|
||||
Reference in New Issue
Block a user