summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-19 22:39:14 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-19 23:20:56 +0900
commitf7027049b1cc02797ee063ef63c6b353a1ce31ca (patch)
tree4bf98a1ea0f84873593f638c84c27cfcdcd961e1 /tests/test_build_html5.py
parentbce5fe76b5c846d95014bf795b550dd5d1a655f3 (diff)
downloadsphinx-git-f7027049b1cc02797ee063ef63c6b353a1ce31ca.tar.gz
Fix flake8 violations
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r--tests/test_build_html5.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index ec8885116..6f0338113 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -18,11 +18,10 @@ import xml.etree.cElementTree as ElementTree
import pytest
from html5lib import getTreeBuilder, HTMLParser
+from test_build_html import flat_dict, tail_check, check_xpath
from sphinx.util.docutils import is_html5_writer_available
-from test_build_html import flat_dict, tail_check, check_xpath
-
TREE_BUILDER = getTreeBuilder('etree', implementation=ElementTree)
HTML_PARSER = HTMLParser(TREE_BUILDER, namespaceHTMLElements=False)