summaryrefslogtreecommitdiff
path: root/searx/plugins/tor_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins/tor_check.py')
-rw-r--r--searx/plugins/tor_check.py1
1 files changed, 0 insertions, 1 deletions
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