🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-07-01 11:09:58 +00:00
parent ce87eb187f
commit 534b3fe1fc
2 changed files with 6 additions and 5 deletions

View File

@@ -59,8 +59,6 @@ class HFCPerformanceLogger:
f"time={record['total_time']:.2f}s",
]
logger.debug(f"记录HFC循环数据: {', '.join(log_parts)}")
except Exception as e: