diff options
Diffstat (limited to 'searx/botdetection/_helpers.py')
| -rw-r--r-- | searx/botdetection/_helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/_helpers.py b/searx/botdetection/_helpers.py index 19f5db36a..f0339384f 100644 --- a/searx/botdetection/_helpers.py +++ b/searx/botdetection/_helpers.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later # pylint: disable=missing-module-docstring, invalid-name -from __future__ import annotations + import typing as t __all__ = ["log_error_only_once", "dump_request", "get_network", "logger", "too_many_requests"] |