diff options
author | Hugo <hugovk@users.noreply.github.com> | 2018-08-26 15:58:05 +0300 |
---|---|---|
committer | Hugo <hugovk@users.noreply.github.com> | 2018-08-26 16:16:00 +0300 |
commit | 9ac32de2352912e52dea7c5bd825d99100d22171 (patch) | |
tree | c12e674d236bf3c89a2af349ee81ba01cbf953d7 /src/lxml/html/diff.py | |
parent | 1e10b9dd4b1cba9d624f08dc5f7730c79ff63ced (diff) | |
download | python-lxml-9ac32de2352912e52dea7c5bd825d99100d22171.tar.gz |
Remove ununsed imports
Diffstat (limited to 'src/lxml/html/diff.py')
-rw-r--r-- | src/lxml/html/diff.py | 1 |
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 |