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