fix: type checking

This commit is contained in:
Junyan Qin
2026-02-06 20:52:22 +08:00
parent 2fadc19416
commit a1b15978d5

View File

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