whitespace

This commit is contained in:
Kenneth Reitz
2011-08-23 23:09:51 -04:00
parent 636e61d68b
commit 1d0a5b2665
+1 -4
View File
@@ -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):