Code cleanup: standardized imports, refined formatting for consistency, and resolved minor redundancies in services, models, monitoring, and tools modules.
This commit is contained in:
parent
e486d78e31
commit
ec0fe38861
39 changed files with 222 additions and 239 deletions
|
|
@ -31,10 +31,7 @@ def mock_profile_data():
|
|||
"created": "2025-01-01T00:00:00.000Z",
|
||||
"isVerified": True,
|
||||
"level": 50,
|
||||
"rating": {
|
||||
"rating": 1500,
|
||||
"deviation": 100
|
||||
}
|
||||
"rating": {"rating": 1500, "deviation": 100},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue