diff options
Diffstat (limited to 'searx/botdetection/ip_lists.py')
| -rw-r--r-- | searx/botdetection/ip_lists.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/ip_lists.py b/searx/botdetection/ip_lists.py index 77628b577..19f0e3667 100644 --- a/searx/botdetection/ip_lists.py +++ b/searx/botdetection/ip_lists.py @@ -25,7 +25,7 @@ The ``ip_lists`` method implements :py:obj:`block-list <block_ip>` and """ # pylint: disable=unused-argument -from __future__ import annotations + from typing import Tuple from ipaddress import ( ip_network, |