From 73948f302079b738131969e9b745ee77d11e82d3 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 16 May 2014 16:51:23 +0200 Subject: [fix] pep8 --- searx/tests/test_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/tests/test_webapp.py') diff --git a/searx/tests/test_webapp.py b/searx/tests/test_webapp.py index 1d12b3a87..bb608ab7c 100644 --- a/searx/tests/test_webapp.py +++ b/searx/tests/test_webapp.py @@ -51,7 +51,7 @@ class ViewsTestCase(SearxTestCase): result.data ) self.assertIn( - '

first test content

', + '

first test content

', # noqa result.data ) -- cgit v1.2.3