mirror of
https://github.com/langgenius/dify.git
synced 2026-04-20 02:37:20 +08:00
ruff format
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user