Remove meaningless spaces

This commit is contained in:
Takeshi KOMIYA 2019-12-14 22:26:17 +09:00
parent 06648a3157
commit 871e0b58a8

View File

@ -17,7 +17,7 @@ import pytest
from html5lib import HTMLParser
from sphinx.builders.html import validate_html_extra_path, validate_html_static_path
from sphinx .errors import ConfigError
from sphinx.errors import ConfigError
from sphinx.testing.util import strip_escseq
from sphinx.util import docutils
from sphinx.util.inventory import InventoryFile
@ -82,7 +82,6 @@ def tail_check(check):
def check_xpath(etree, fname, path, check, be_found=True):
nodes = list(etree.findall(path))
if check is None:
assert nodes == [], ('found any nodes matching xpath '
'%r in file %s' % (path, fname))