From 4c06837a5047a5d3a7ae9bd5ec9fb38f86eb5268 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 10 Feb 2023 13:40:12 +0100 Subject: [mod] make python code pylint 2.16.1 compliant Signed-off-by: Markus Heiser --- searx/engines/crossref.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/engines/crossref.py') diff --git a/searx/engines/crossref.py b/searx/engines/crossref.py index fbe2f0c2a..e12a0da5b 100644 --- a/searx/engines/crossref.py +++ b/searx/engines/crossref.py @@ -2,6 +2,7 @@ # lint: pylint """Semantic Scholar (Science) """ +# pylint: disable=use-dict-literal from urllib.parse import urlencode from searx.utils import html_to_text -- cgit v1.2.3