diff options
Diffstat (limited to 'searx/botdetection/http_connection.py')
| -rw-r--r-- | searx/botdetection/http_connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_connection.py b/searx/botdetection/http_connection.py index 6adcd4b39..0b7d9ae76 100644 --- a/searx/botdetection/http_connection.py +++ b/searx/botdetection/http_connection.py @@ -11,7 +11,7 @@ the Connection_ header is set to ``close``. """ -from __future__ import annotations + from ipaddress import ( IPv4Network, IPv6Network, |