remove unused import
authorShivaram Lingamneni <slingamn@cs.stanford.edu>
Thu, 10 May 2012 22:14:44 +0000 (15:14 -0700)
committerShivaram Lingamneni <slingamn@cs.stanford.edu>
Thu, 10 May 2012 22:14:44 +0000 (15:14 -0700)
requests/models.py

index d9bee4e360d110c04df75f2c5510fb014001ddc2..74c73632955d7b942387eed9ee24a630bd849c08 100644 (file)
@@ -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