From cd033b5416a86a89920f1240595b7a2e7a9a35a0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 7 Sep 2021 10:26:15 +0200 Subject: [fix] drop useless pylint: disable=undefined-variable Since 7b235a1 (see line 591) it is no longer needed to disable 'undefined-variable' for names defined in:: PYLINT_ADDITIONAL_BUILTINS_FOR_ENGINES Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914068609 Signed-off-by: Markus Heiser --- searx/engines/google_scholar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines/google_scholar.py') diff --git a/searx/engines/google_scholar.py b/searx/engines/google_scholar.py index 5c7a0d9e9..95b7d7a03 100644 --- a/searx/engines/google_scholar.py +++ b/searx/engines/google_scholar.py @@ -73,7 +73,6 @@ def request(query, params): offset = (params['pageno'] - 1) * 10 lang_info = get_lang_info( - # pylint: disable=undefined-variable params, supported_languages, language_aliases, False ) logger.debug( -- cgit v1.2.3