From f24d85bc4be732b8edb2157ef4ecf35d380d2b45 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Aug 2025 15:16:46 +0200 Subject: [mod] drop: from __future__ import annotations Signed-off-by: Markus Heiser --- searx/botdetection/ip_lists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/botdetection/ip_lists.py') 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 ` and """ # pylint: disable=unused-argument -from __future__ import annotations + from typing import Tuple from ipaddress import ( ip_network, -- cgit v1.2.3