diff options
Diffstat (limited to 'searx/botdetection/http_accept_encoding.py')
| -rw-r--r-- | searx/botdetection/http_accept_encoding.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_accept_encoding.py b/searx/botdetection/http_accept_encoding.py index 3cc65ee17..918490ce5 100644 --- a/searx/botdetection/http_accept_encoding.py +++ b/searx/botdetection/http_accept_encoding.py @@ -14,7 +14,7 @@ bot if the Accept-Encoding_ header .. """ -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |