chore(api): Introduce Ruff Formatter. (#7291)
This commit is contained in:
parent
8f16165f92
commit
3571292fbf
61 changed files with 1315 additions and 1335 deletions
|
|
@ -1,8 +1,8 @@
|
|||
from flask_restful import fields
|
||||
|
||||
simple_end_user_fields = {
|
||||
'id': fields.String,
|
||||
'type': fields.String,
|
||||
'is_anonymous': fields.Boolean,
|
||||
'session_id': fields.String,
|
||||
"id": fields.String,
|
||||
"type": fields.String,
|
||||
"is_anonymous": fields.Boolean,
|
||||
"session_id": fields.String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue