refactor: 移除多余的空行,优化类型导入及方法为静态方法

This commit is contained in:
jxxghp
2026-03-30 17:07:45 +08:00
parent cbff2fed17
commit e61299f748
9 changed files with 3 additions and 10 deletions

View File

@@ -125,4 +125,3 @@ class QueryWorkflowsTool(MoviePilotTool):
except Exception as e:
logger.error(f"查询工作流失败: {e}", exc_info=True)
return f"查询工作流时发生错误: {str(e)}"