diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-03-24 21:41:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-24 21:41:39 +0100 |
| commit | c52d23f262135aa672602a16e82fe940a8a843a8 (patch) | |
| tree | 8f96f679a07a888b0c80be65eda24bd413b1d068 /searx/botdetection | |
| parent | ae4b73039fe216708f7e64edd2832ad5b9dc5741 (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.py | 2 |
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'] |
