diff options
Diffstat (limited to 'searx/botdetection/link_token.py')
| -rw-r--r-- | searx/botdetection/link_token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/link_token.py b/searx/botdetection/link_token.py index 9e815e194..a74b2eaa4 100644 --- a/searx/botdetection/link_token.py +++ b/searx/botdetection/link_token.py @@ -34,7 +34,7 @@ And in the HTML template from flask a stylesheet link is needed (the value of https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For """ -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |