diff --git a/searx/plugins/unit_converter.py b/searx/plugins/unit_converter.py index 20d0c5e74..0a698bf64 100644 --- a/searx/plugins/unit_converter.py +++ b/searx/plugins/unit_converter.py @@ -24,12 +24,6 @@ if typing.TYPE_CHECKING: from searx.plugins import PluginCfg -name = "" -description = gettext("") - -plugin_id = "" -preference_section = "" - CONVERT_KEYWORDS = ["in", "to", "as"]