diff options
Diffstat (limited to 'searx/engines/presearch.py')
| -rw-r--r-- | searx/engines/presearch.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/engines/presearch.py b/searx/engines/presearch.py index baf692d60..88fa59f0e 100644 --- a/searx/engines/presearch.py +++ b/searx/engines/presearch.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """Presearch supports the search types listed in :py:obj:`search_type` (general, images, videos, news). |