summaryrefslogtreecommitdiff
path: root/searx/botdetection
diff options
context:
space:
mode:
Diffstat (limited to 'searx/botdetection')
-rw-r--r--searx/botdetection/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/botdetection/config.py b/searx/botdetection/config.py
index d2710456f..b705f34d2 100644
--- a/searx/botdetection/config.py
+++ b/searx/botdetection/config.py
@@ -211,7 +211,6 @@ def value(name: str, data_dict: dict):
def validate(
schema_dict: typing.Dict, data_dict: typing.Dict, deprecated: typing.Dict[str, str]
) -> typing.Tuple[bool, list]:
-
"""Deep validation of dictionary in ``data_dict`` against dictionary in
``schema_dict``. Argument deprecated is a dictionary that maps deprecated
configuration names to a messages::