summaryrefslogtreecommitdiff
path: root/searx/botdetection
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2026-03-24 21:41:39 +0100
committerGitHub <noreply@github.com>2026-03-24 21:41:39 +0100
commitc52d23f262135aa672602a16e82fe940a8a843a8 (patch)
tree8f96f679a07a888b0c80be65eda24bd413b1d068 /searx/botdetection
parentae4b73039fe216708f7e64edd2832ad5b9dc5741 (diff)
[fix] clean up and update python requirements (#5899)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/botdetection')
-rw-r--r--searx/botdetection/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/config.py b/searx/botdetection/config.py
index d3ecc39eb..418d76a46 100644
--- a/searx/botdetection/config.py
+++ b/searx/botdetection/config.py
@@ -13,7 +13,7 @@ import copy
import logging
import pathlib
-from ..compat import tomllib
+import tomllib
__all__ = ['Config', 'UNSET', 'SchemaIssue', 'set_global_cfg', 'get_global_cfg']