summaryrefslogtreecommitdiff
path: root/searx/answerers/statistics.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/answerers/statistics.py')
-rw-r--r--searx/answerers/statistics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/answerers/statistics.py b/searx/answerers/statistics.py
index abdd1dbf5..40a4c8024 100644
--- a/searx/answerers/statistics.py
+++ b/searx/answerers/statistics.py
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
# pylint: disable=missing-module-docstring
-from __future__ import annotations
+
from functools import reduce
from operator import mul