diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2025-12-04 07:51:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-04 07:51:48 +0100 |
| commit | 3c7545c6ce3fbe40b47d242b84f21f133e1179fe (patch) | |
| tree | 0cb926a192e611291f66c4fa2276527dad7ca0f2 | |
| parent | aba839195b3ba1fa86fac03e6ee4fb5274403412 (diff) | |
[fix] plugin unit-converter - remove leftovers (#5517)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
| -rw-r--r-- | searx/plugins/unit_converter.py | 6 |
1 files changed, 0 insertions, 6 deletions
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"] |