mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
fix: type checking
This commit is contained in:
@@ -338,7 +338,7 @@ class PluginService:
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
def batch_upgrade_plugins_from_marketplace(tenant_id: str) -> dict[str, dict]:
|
||||
def batch_upgrade_plugins_from_marketplace(tenant_id: str) -> "dict[str, list[dict]]":
|
||||
"""
|
||||
Batch upgrade all marketplace plugins that have updates available
|
||||
|
||||
|
||||
Reference in New Issue
Block a user