From 6feeef96c8bf1f42ad5d97e3e68963fc6659bb47 Mon Sep 17 00:00:00 2001 From: Yansong Zhang <916125788@qq.com> Date: Thu, 23 Oct 2025 10:56:04 +0800 Subject: [PATCH] fix: linter --- api/core/helper/marketplace.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/core/helper/marketplace.py b/api/core/helper/marketplace.py index bc7657c8f6..bace6cb99f 100644 --- a/api/core/helper/marketplace.py +++ b/api/core/helper/marketplace.py @@ -40,7 +40,6 @@ def batch_fetch_plugin_by_ids(plugin_ids: list[str]) -> list[dict]: return response.json()["data"]["plugins"] - def batch_fetch_plugin_manifests_ignore_deserialization_error( plugin_ids: list[str], ) -> Sequence[MarketplacePluginDeclaration]: