Skip to content

Commit 43c34ba

Browse files
committed
Renamed encodings to encoding to avoid conflicts with system module.
1 parent 096d4db commit 43c34ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

readability/htmls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from cleaners import normalize_spaces, clean_attributes
2-
from encodings import get_encoding
2+
from encoding import get_encoding
33
from lxml.html import tostring
44
import logging
55
import lxml.html

0 commit comments

Comments
 (0)