Update types in urllib3.util.retry (#6892)

This commit is contained in:
Matteo Centenaro
2022-01-12 10:06:49 +01:00
committed by GitHub
parent 423ae7f8fd
commit 6907d7f7c6
2 changed files with 67 additions and 37 deletions
@@ -8,7 +8,6 @@ urllib3.PoolManager.urlopen
urllib3.ProxyManager.__init__
urllib3.ProxyManager.connection_from_host
urllib3.ProxyManager.urlopen
urllib3.Retry.is_forced_retry
urllib3._collections.HTTPHeaderDict.from_httplib
urllib3._collections.HTTPHeaderDict.getlist
urllib3._collections.RLock
@@ -23,7 +22,6 @@ urllib3.connectionpool.HTTPConnectionPool.urlopen
urllib3.connectionpool.HTTPSConnection.__init__
urllib3.connectionpool.HTTPSConnectionPool.__init__
urllib3.connectionpool.RequestMethods.request_encode_url
urllib3.connectionpool.Retry.is_forced_retry
urllib3.connectionpool.VerifiedHTTPSConnection.__init__
urllib3.connectionpool.VerifiedHTTPSConnection.set_cert
urllib3.fields.RequestField.__init__
@@ -40,9 +38,7 @@ urllib3.poolmanager.ProxyManager.connection_from_host
urllib3.poolmanager.ProxyManager.urlopen
urllib3.request.RequestMethods.request_encode_url
urllib3.response.BrotliDecoder
urllib3.util.Retry.is_forced_retry
urllib3.util.connection.poll
urllib3.util.connection.select
urllib3.util.retry.Retry.is_forced_retry
urllib3.util.ssl_.create_default_context
urllib3.util.ssl_.ssl_wrap_socket