From f24d85bc4be732b8edb2157ef4ecf35d380d2b45 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Aug 2025 15:16:46 +0200 Subject: [mod] drop: from __future__ import annotations Signed-off-by: Markus Heiser --- searx/plugins/unit_converter.py | 1 - 1 file changed, 1 deletion(-) (limited to 'searx/plugins/unit_converter.py') diff --git a/searx/plugins/unit_converter.py b/searx/plugins/unit_converter.py index 8cefd1760..20d0c5e74 100644 --- a/searx/plugins/unit_converter.py +++ b/searx/plugins/unit_converter.py @@ -8,7 +8,6 @@ converters, each converter is one item in the list (compare of measurement are evaluated. The weighting in the evaluation results from the sorting of the :py:obj:`list of unit converters`. """ -from __future__ import annotations import typing import re import babel.numbers -- cgit v1.2.3