ruff format

This commit is contained in:
hjlarry
2025-09-10 14:25:37 +08:00
parent 21fee59b22
commit c8acc48976
6 changed files with 52 additions and 71 deletions

View File

@ -9,7 +9,7 @@ comment_account_fields = {"id": fields.String, "name": fields.String, "email": f
workflow_comment_mention_fields = {
"mentioned_user_id": fields.String,
"mentioned_user_account": fields.Nested(comment_account_fields, allow_null=True),
"reply_id": fields.String
"reply_id": fields.String,
}
# Comment reply fields