We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096d4db commit 43c34baCopy full SHA for 43c34ba
readability/encodings.py readability/encoding.pyreadability/encodings.py renamed to readability/encoding.py
readability/htmls.py
@@ -1,5 +1,5 @@
1
from cleaners import normalize_spaces, clean_attributes
2
-from encodings import get_encoding
+from encoding import get_encoding
3
from lxml.html import tostring
4
import logging
5
import lxml.html
0 commit comments