From: Shivaram Lingamneni Date: Thu, 10 May 2012 22:14:44 +0000 (-0700) Subject: remove unused import X-Git-Tag: v0.13.0~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0442122d34ba79b67b3ab80d04729259a01cd6c6;p=services%2Fpython-requests.git remove unused import --- diff --git a/requests/models.py b/requests/models.py index d9bee4e..74c7363 100644 --- 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