diff options
Diffstat (limited to 'searx/plugins/unit_converter.py')
| -rw-r--r-- | searx/plugins/unit_converter.py | 1 |
1 files changed, 0 insertions, 1 deletions
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<symbol_to_si>`. """ -from __future__ import annotations import typing import re import babel.numbers |