fix: ruff format

This commit is contained in:
TheNoxium
2025-07-30 14:04:59 +05:00
parent b82960faf3
commit 2030d54b2c
11 changed files with 19 additions and 16 deletions

View File

@@ -98,7 +98,6 @@ async def update_account(
if user_update.password is not None:
await update_password_key(connection, user.id, user_update.password)
updated_values = user_update.model_dump(by_alias=True, exclude_none=True)
if not updated_values: