diff options
Diffstat (limited to 'searx/botdetection/http_sec_fetch.py')
| -rw-r--r-- | searx/botdetection/http_sec_fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_sec_fetch.py b/searx/botdetection/http_sec_fetch.py index edead3bfa..c1ea7333f 100644 --- a/searx/botdetection/http_sec_fetch.py +++ b/searx/botdetection/http_sec_fetch.py @@ -22,7 +22,7 @@ Metadata`_. A request is filtered out in case of: """ # pylint: disable=unused-argument -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |