diff options
Diffstat (limited to 'searx/engines/bing_videos.py')
-rw-r--r-- | searx/engines/bing_videos.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |