diff options
Diffstat (limited to 'searx/botdetection/http_accept_language.py')
| -rw-r--r-- | searx/botdetection/http_accept_language.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_accept_language.py b/searx/botdetection/http_accept_language.py index 6e7480728..626ed6b0e 100644 --- a/searx/botdetection/http_accept_language.py +++ b/searx/botdetection/http_accept_language.py @@ -11,7 +11,7 @@ if the Accept-Language_ header is unset. """ -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |