diff options
Diffstat (limited to 'searx/botdetection/http_accept.py')
| -rw-r--r-- | searx/botdetection/http_accept.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_accept.py b/searx/botdetection/http_accept.py index 4543e7217..1ae34d358 100644 --- a/searx/botdetection/http_accept.py +++ b/searx/botdetection/http_accept.py @@ -13,7 +13,7 @@ Accept_ header .. """ -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |