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/moviepilot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/engines/moviepilot.py') diff --git a/searx/engines/moviepilot.py b/searx/engines/moviepilot.py index f9206c74c..645936d9f 100644 --- a/searx/engines/moviepilot.py +++ b/searx/engines/moviepilot.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """Moviepilot is a German movie database, similar to IMDB or TMDB. It doesn't have any official API, but it uses JSON requests internally to fetch search results and suggestions, that's being used in this implementation. -- cgit v1.2.3