summaryrefslogtreecommitdiff
path: root/searx/autocomplete.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/autocomplete.py')
-rw-r--r--searx/autocomplete.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/autocomplete.py b/searx/autocomplete.py
index f887e5c56..fabd8be24 100644
--- a/searx/autocomplete.py
+++ b/searx/autocomplete.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
-"""This module implements functions needed for the autocompleter.
-
-"""
+"""This module implements functions needed for the autocompleter."""
# pylint: disable=use-dict-literal
import json