Squash urllib3 warnings to see if it helps with SAAS-714
This commit is contained in:
parent
20649f73bd
commit
e1c50ecc7b
|
@ -9,6 +9,8 @@ import pickle
|
|||
import threading
|
||||
from urlparse import urlparse
|
||||
|
||||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
class PicklableHttpRequest:
|
||||
def __init__(self, method, url, data, api_key):
|
||||
self.method = method
|
||||
|
|
Loading…
Reference in New Issue