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/stract.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'searx/engines/stract.py') diff --git a/searx/engines/stract.py b/searx/engines/stract.py index c2497998f..2ba26e756 100644 --- a/searx/engines/stract.py +++ b/searx/engines/stract.py @@ -1,7 +1,8 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint -"""Stract is an independent open source search engine. -At this state, it's still in beta and hence this implementation will need to be updated once beta ends. +"""Stract is an independent open source search engine. At this state, it's +still in beta and hence this implementation will need to be updated once beta +ends. + """ from json import dumps -- cgit v1.2.3