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/plugins/tor_check.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/plugins/tor_check.py') diff --git a/searx/plugins/tor_check.py b/searx/plugins/tor_check.py index 93506ff5a..a3d6e17a7 100644 --- a/searx/plugins/tor_check.py +++ b/searx/plugins/tor_check.py @@ -4,7 +4,6 @@ user searches for ``tor-check``. It fetches the tor exit node list from :py:obj:`url_exit_list` and parses all the IPs into a list, then checks if the user's IP address is in it. """ -from __future__ import annotations from ipaddress import ip_address import typing -- cgit v1.2.3