Update zhenxun/builtin_plugins/plugin_store/data_source.py

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
molanp 2024-12-19 00:38:13 +08:00 committed by GitHub
parent 16b149fb32
commit 36e5b9d259
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -430,7 +430,7 @@ class ShopManage:
)
return (
result.format(
len([*update_success_list, *update_failed_list]),
len(update_success_list) + len(update_failed_list),
len(update_failed_list),
len(update_success_list),
)