Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jan 1, 2025
1 parent e234f2f commit b6bc474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/modules/users_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@ async def edit_user_settings(client, query):
buttons = ButtonMaker()
if user_dict.get("session_string", False):
buttons.data_button(
"Remove session", f"userset {user_id} session_string"
"Remove session",
f"userset {user_id} session_string",
)
buttons.data_button("Back", f"userset {user_id} leech")
buttons.data_button("Close", f"userset {user_id} close")
Expand Down

0 comments on commit b6bc474

Please sign in to comment.