mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 19:27:23 +08:00
fix: linter
This commit is contained in:
parent
ffc551f003
commit
6feeef96c8
@ -40,7 +40,6 @@ def batch_fetch_plugin_by_ids(plugin_ids: list[str]) -> list[dict]:
|
|||||||
return response.json()["data"]["plugins"]
|
return response.json()["data"]["plugins"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def batch_fetch_plugin_manifests_ignore_deserialization_error(
|
def batch_fetch_plugin_manifests_ignore_deserialization_error(
|
||||||
plugin_ids: list[str],
|
plugin_ids: list[str],
|
||||||
) -> Sequence[MarketplacePluginDeclaration]:
|
) -> Sequence[MarketplacePluginDeclaration]:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user