mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
remove bunk
This commit is contained in:
@@ -132,8 +132,6 @@ class HTTPAdapter(BaseAdapter):
|
||||
conn = self.poolmanager.connection_from_url(url)
|
||||
|
||||
return conn
|
||||
# no_proxy = filter(lambda x: x.strip(), self.proxies.get('no', '').split(','))
|
||||
|
||||
|
||||
|
||||
def close(self):
|
||||
|
||||
Reference in New Issue
Block a user