mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-19 15:09:11 +08:00
fix: linter
This commit is contained in:
parent
2f523dd29f
commit
0249f15609
@ -100,7 +100,9 @@ class PluginMigration:
|
|||||||
|
|
||||||
click.echo(
|
click.echo(
|
||||||
click.style(
|
click.style(
|
||||||
f"Processed {handled_tenant_count} tenants ({(handled_tenant_count/total_tenant_count)*100:.1f}%), {handled_tenant_count}/{total_tenant_count}",
|
f"Processed {handled_tenant_count} tenants "
|
||||||
|
f"({(handled_tenant_count / total_tenant_count) * 100:.1f}%), "
|
||||||
|
f"{handled_tenant_count}/{total_tenant_count}",
|
||||||
fg="green",
|
fg="green",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user