From 8205f170ff983e5240d32dc17d7fdb526ebe5fe7 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 11 Mar 2024 07:45:08 +0100 Subject: [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION Signed-off-by: Markus Heiser --- searx/engines/bing_videos.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'searx/engines/bing_videos.py') diff --git a/searx/engines/bing_videos.py b/searx/engines/bing_videos.py index 41bf2d3e1..f76820415 100644 --- a/searx/engines/bing_videos.py +++ b/searx/engines/bing_videos.py @@ -1,8 +1,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint +# pylint: disable=invalid-name """Bing-Videos: description see :py:obj:`searx.engines.bing`. """ -# pylint: disable=invalid-name from typing import TYPE_CHECKING import json -- cgit v1.2.3