diff options
Diffstat (limited to 'searx/autocomplete.py')
| -rw-r--r-- | searx/autocomplete.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/autocomplete.py b/searx/autocomplete.py index 49e1eaa6a..e277c6631 100644 --- a/searx/autocomplete.py +++ b/searx/autocomplete.py @@ -1,5 +1,4 @@ # SPDX-License-Identifier: AGPL-3.0-or-later -# lint: pylint """This module implements functions needed for the autocompleter. """ |