From f0059b80edd892cea2ed42c8fe350e9377956c9d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 7 Sep 2021 13:26:59 +0200 Subject: [pylint] engines: drop no longer needed 'missing-function-docstring' Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser --- searx/engines/google.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'searx/engines/google.py') diff --git a/searx/engines/google.py b/searx/engines/google.py index 0f79b70db..4e6fa6190 100644 --- a/searx/engines/google.py +++ b/searx/engines/google.py @@ -25,8 +25,6 @@ The google WEB engine itself has a special setup option: """ -# pylint: disable=invalid-name, missing-function-docstring - from urllib.parse import urlencode from lxml import html from searx.utils import match_language, extract_text, eval_xpath, eval_xpath_list, eval_xpath_getindex -- cgit v1.2.3