forked from Icycoide/searxng
[mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
707d6270c8
commit
8205f170ff
155 changed files with 166 additions and 258 deletions
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
MyMemory Translated
|
||||
"""MyMemory Translated
|
||||
|
||||
"""
|
||||
|
||||
# about
|
||||
|
@ -23,7 +23,7 @@ https_support = True
|
|||
api_key = ''
|
||||
|
||||
|
||||
def request(query, params):
|
||||
def request(query, params): # pylint: disable=unused-argument
|
||||
if api_key:
|
||||
key_form = '&key=' + api_key
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue