From d84226bf63757b1d4245ab26e9c081daf42389aa Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 27 Dec 2021 10:16:20 +0100 Subject: [fix] issues reported by pylint Fix pylint issues from commit (3d96a983) [format.python] initial formatting of the python code Signed-off-by: Markus Heiser --- tests/unit/test_webutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit') diff --git a/tests/unit/test_webutils.py b/tests/unit/test_webutils.py index 8bb3a0447..2b7c6fe5a 100644 --- a/tests/unit/test_webutils.py +++ b/tests/unit/test_webutils.py @@ -22,7 +22,7 @@ class TestWebUtils(SearxTestCase): self.assertEqual(webutils.highlight_content('', None), None) self.assertEqual(webutils.highlight_content(False, None), None) - contents = ['' 'not<'] + contents = ['not<'] for content in contents: self.assertEqual(webutils.highlight_content(content, None), content) -- cgit v1.2.3