diff options
Diffstat (limited to 'searx/botdetection/trusted_proxies.py')
| -rw-r--r-- | searx/botdetection/trusted_proxies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/trusted_proxies.py b/searx/botdetection/trusted_proxies.py index 39a60997b..4fb4c04ab 100644 --- a/searx/botdetection/trusted_proxies.py +++ b/searx/botdetection/trusted_proxies.py @@ -3,7 +3,7 @@ (:py:obj:`flask.request.remote_addr`) behind a proxy chain.""" # pylint: disable=too-many-branches -from __future__ import annotations + import typing as t from collections import abc |