diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-08-24 15:16:46 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-09-03 13:37:36 +0200 |
| commit | f24d85bc4be732b8edb2157ef4ecf35d380d2b45 (patch) | |
| tree | 290dbfe99502776e358b9256eebc02004767f1f0 /searx/botdetection/ip_lists.py | |
| parent | 57b9673efb1b4fd18a3ac15e26da642201e2cd33 (diff) | |
[mod] drop: from __future__ import annotations
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/botdetection/ip_lists.py')
| -rw-r--r-- | searx/botdetection/ip_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/ip_lists.py b/searx/botdetection/ip_lists.py index 77628b577..19f0e3667 100644 --- a/searx/botdetection/ip_lists.py +++ b/searx/botdetection/ip_lists.py @@ -25,7 +25,7 @@ The ``ip_lists`` method implements :py:obj:`block-list <block_ip>` and """ # pylint: disable=unused-argument -from __future__ import annotations + from typing import Tuple from ipaddress import ( ip_network, |