summaryrefslogtreecommitdiff
path: root/src/lxml/html/diff.py
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-08-26 15:58:05 +0300
committerHugo <hugovk@users.noreply.github.com>2018-08-26 16:16:00 +0300
commit9ac32de2352912e52dea7c5bd825d99100d22171 (patch)
treec12e674d236bf3c89a2af349ee81ba01cbf953d7 /src/lxml/html/diff.py
parent1e10b9dd4b1cba9d624f08dc5f7730c79ff63ced (diff)
downloadpython-lxml-9ac32de2352912e52dea7c5bd825d99100d22171.tar.gz
Remove ununsed imports
Diffstat (limited to 'src/lxml/html/diff.py')
-rw-r--r--src/lxml/html/diff.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/html/diff.py b/src/lxml/html/diff.py
index 8280f52b..f7ff0906 100644
--- a/src/lxml/html/diff.py
+++ b/src/lxml/html/diff.py
@@ -799,7 +799,6 @@ def _move_el_inside_block(el, tag):
if _contains_block_level_tag(child):
break
else:
- import sys
# No block-level tags in any child
children_tag = etree.Element(tag)
children_tag.text = el.text