make lint

This commit is contained in:
yyh
2026-01-01 19:13:29 +08:00
parent 7d14b27447
commit 32ebf2a1c6
6 changed files with 10 additions and 44 deletions

View File

@ -44,8 +44,7 @@ OFF_TOPIC_RESPONSES: dict[str, dict[str, str]] = {
"But if you want to add code logic to your workflow, I can help you configure a Code node!"
),
"zh": (
"我专注于Dify工作流设计而非通用编程帮助。"
"但如果您想在工作流中添加代码逻辑,我可以帮您配置一个代码节点!"
"我专注于Dify工作流设计而非通用编程帮助。但如果您想在工作流中添加代码逻辑,我可以帮您配置一个代码节点!"
),
},
"default": {
@ -71,4 +70,3 @@ DEFAULT_SUGGESTIONS: dict[str, list[str]] = {
"添加邮件通知到工作流",
],
}

View File

@ -40,6 +40,3 @@ __all__ = [
"ValidationResult",
"ValidationRule",
]