fix: ruff format
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user