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/trusted_proxies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/botdetection/trusted_proxies.py') diff --git a/searx/botdetection/trusted_proxies.py b/searx/botdetection/trusted_proxies.py index 39a60997b..4fb4c04ab 100644 --- a/searx/botdetection/trusted_proxies.py +++ b/searx/botdetection/trusted_proxies.py @@ -3,7 +3,7 @@ (:py:obj:`flask.request.remote_addr`) behind a proxy chain.""" # pylint: disable=too-many-branches -from __future__ import annotations + import typing as t from collections import abc -- cgit v1.2.3