diff options
Diffstat (limited to 'searx/search/processors/abstract.py')
-rw-r--r-- | searx/search/processors/abstract.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/processors/abstract.py b/searx/search/processors/abstract.py index b7703496b..d4822fc56 100644 --- a/searx/search/processors/abstract.py +++ b/searx/search/processors/abstract.py @@ -170,5 +170,5 @@ class EngineProcessor(ABC): tests.update(self.get_default_tests()) return tests - def get_default_tests(self): # pylint: disable=no-self-use + def get_default_tests(self): return {} |