summaryrefslogtreecommitdiff
path: root/searx/search/processors/abstract.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search/processors/abstract.py')
-rw-r--r--searx/search/processors/abstract.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/search/processors/abstract.py b/searx/search/processors/abstract.py
index baa031a06..f89302a92 100644
--- a/searx/search/processors/abstract.py
+++ b/searx/search/processors/abstract.py
@@ -1,6 +1,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
-# lint: pylint
-
"""Abstract base classes for engine request processors.
"""