소스 검색

fix: linter

Yeuoly 7 달 전
부모
커밋
0249f15609
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      api/services/plugin/plugin_migration.py

+ 3 - 1
api/services/plugin/plugin_migration.py

@@ -100,7 +100,9 @@ class PluginMigration:
 
             click.echo(
                 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",
                 )
             )