You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx/search/processors
Markus Heiser 443bf35e09 [pylint] fix global-variable-not-assigned issues
If there is no write access, there is no need for global.  Remove global
statement if there is no assignment.

global-variable-not-assigned:
  Using global for names but no assignment is done Used when a variable is
  defined through the "global" statement but no assignment to this variable is
  done.

In Pylint 2.11 the global-variable-not-assigned checker now catches global
variables that are never reassigned in a local scope and catches (reassigned)
functions [1][2]

[1] https://pylint.pycqa.org/en/latest/whatsnew/2.11.html
[2] https://github.com/PyCQA/pylint/issues/1375

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
__init__.py [mod] searx.metrics & searx.search: use the engine loggers 3 years ago
abstract.py [mod] searx.metrics & searx.search: use the engine loggers 3 years ago
offline.py [mod] searx.metrics & searx.search: use the engine loggers 3 years ago
online.py [mod] searx.metrics & searx.search: use the engine loggers 3 years ago
online_currency.py [pylint] fix global-variable-not-assigned issues 3 years ago
online_dictionary.py [fix] typo: online_dictionnary --> online_dictionary 3 years ago