tools: Remove missed code formatter.

This commit is contained in:
Andrew Hamilton 2019-05-31 14:29:35 +10:00
parent 66495cdf7d
commit be489b0628
5 changed files with 3 additions and 23 deletions

View file

@ -188,9 +188,6 @@ class ToolsTestCase(unittest.TestCase):
def test_html_syntax(self):
self._test_tool(tools.html_syntax, [("hi.html", tools.Status.problem)])
def test_tidy(self):
self._test_tool(tools.tidy, [("hi.html", tools.Status.normal)])
def test_html2text(self):
self._test_tool(tools.html2text, [("hi.html", tools.Status.normal)])