diff options
Diffstat (limited to 'searx/botdetection/valkeydb.py')
| -rw-r--r-- | searx/botdetection/valkeydb.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/botdetection/valkeydb.py b/searx/botdetection/valkeydb.py index 3b8699786..44f265803 100644 --- a/searx/botdetection/valkeydb.py +++ b/searx/botdetection/valkeydb.py @@ -1,7 +1,6 @@ # SPDX-License-Identifier: AGPL-3.0-or-later """Providing a Valkey database for the botdetection methods.""" -from __future__ import annotations import valkey |