summaryrefslogtreecommitdiff
path: root/searx/engines/google_videos.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-07 10:26:15 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-07 10:26:15 +0200
commitcd033b5416a86a89920f1240595b7a2e7a9a35a0 (patch)
tree5690ba298771b93a06227abc18c0f7d91c0f3453 /searx/engines/google_videos.py
parentf869e73d2fdfc5a4e24e4a0bc1e4da28b81e261b (diff)
downloadsearxng-cd033b5416a86a89920f1240595b7a2e7a9a35a0.tar.gz
searxng-cd033b5416a86a89920f1240595b7a2e7a9a35a0.zip
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/google_videos.py')
-rw-r--r--searx/engines/google_videos.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/google_videos.py b/searx/engines/google_videos.py
index f75b9f5d5..b04ab5899 100644
--- a/searx/engines/google_videos.py
+++ b/searx/engines/google_videos.py
@@ -110,7 +110,6 @@ def request(query, params):
"""Google-Video search request"""
lang_info = get_lang_info(
- # pylint: disable=undefined-variable
params, supported_languages, language_aliases, False
)
logger.debug(