Removed some unused imports

pull/133/head
Éloi Rivard 4 years ago
parent 615ce803c6
commit d08086a9be

@ -1,7 +1,6 @@
from lxml.html import tostring
import logging
import lxml.html
import re, sys
import re
from .cleaners import normalize_spaces, clean_attributes
from .encoding import get_encoding

@ -4,7 +4,6 @@ import logging
import re
import sys
from collections import defaultdict
from lxml.etree import tostring
from lxml.etree import tounicode
from lxml.html import document_fromstring

Loading…
Cancel
Save