summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
Diffstat (limited to 'searx')
-rw-r--r--searx/engines/ahmia.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/engines/ahmia.py b/searx/engines/ahmia.py
index 064f8ee79..952462244 100644
--- a/searx/engines/ahmia.py
+++ b/searx/engines/ahmia.py
@@ -44,8 +44,6 @@ name_token_xpath = '//form[@id="searchForm"]/input[@type="hidden"]/@name'
value_token_xpath = '//form[@id="searchForm"]/input[@type="hidden"]/@value'
CACHE: EngineCache
-"""Persistent (SQLite) key/value cache that deletes its values after ``expire``
-seconds."""
def setup(engine_settings: dict[str, t.Any]) -> bool: