[fix] plugin unit-converter - remove leftovers (#5517)

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-12-04 07:51:48 +01:00 committed by GitHub
parent aba839195b
commit 3c7545c6ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"]