projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
327b9ea
)
remove unused import
author
Shivaram Lingamneni
<slingamn@cs.stanford.edu>
Thu, 10 May 2012 22:14:44 +0000
(15:14 -0700)
committer
Shivaram Lingamneni
<slingamn@cs.stanford.edu>
Thu, 10 May 2012 22:14:44 +0000
(15:14 -0700)
requests/models.py
patch
|
blob
|
history
diff --git
a/requests/models.py
b/requests/models.py
index d9bee4e360d110c04df75f2c5510fb014001ddc2..74c73632955d7b942387eed9ee24a630bd849c08 100644
(file)
--- a/
requests/models.py
+++ b/
requests/models.py
@@
-17,7
+17,6
@@
from .status_codes import codes
from .auth import HTTPBasicAuth, HTTPProxyAuth
from .cookies import cookiejar_from_dict, extract_cookies_to_jar, get_cookie_header
-from .packages.urllib3.response import HTTPResponse
from .packages.urllib3.exceptions import MaxRetryError, LocationParseError
from .packages.urllib3.exceptions import SSLError as _SSLError
from .packages.urllib3.exceptions import HTTPError as _HTTPError