diff options
Diffstat (limited to 'searx/botdetection/http_user_agent.py')
| -rw-r--r-- | searx/botdetection/http_user_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/http_user_agent.py b/searx/botdetection/http_user_agent.py index 9b28660fe..76d2558ce 100644 --- a/searx/botdetection/http_user_agent.py +++ b/searx/botdetection/http_user_agent.py @@ -12,7 +12,7 @@ the User-Agent_ header is unset or matches the regular expression """ -from __future__ import annotations + import re from ipaddress import ( IPv4Network, |