PEP8 fix to make me happier.

This commit is contained in:
Cory Benfield
2013-10-13 09:54:01 +01:00
parent 31c0962e83
commit 9606f0240b
+2 -1
View File
@@ -346,7 +346,8 @@ class HTTPAdapter(BaseAdapter):
low_conn.send(b'0\r\n\r\n')
r = low_conn.getresponse()
resp = HTTPResponse.from_httplib(r,
resp = HTTPResponse.from_httplib(
r,
pool=conn,
connection=low_conn,
preload_content=False,