From 1d0a5b2665ce73dac5f27f9f698f451ca3812579 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 23 Aug 2011 23:09:51 -0400 Subject: [PATCH] whitespace --- requests/utils.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/requests/utils.py b/requests/utils.py index 35eb005b..2b55a164 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -96,7 +96,6 @@ def get_encodings_from_content(content): return charset_re.findall(content) - def get_encoding_from_headers(headers): """Returns encodings from given HTTP Header Dict. @@ -124,9 +123,7 @@ def unicode_from_html(content): except (UnicodeError, TypeError): pass - return content - - + return content def get_unicode_from_response(r):