Skip to content

Commit

Permalink
style: remove trailing whitespaces in user_message_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
riveriswild committed Jan 10, 2024
1 parent 3c4ae47 commit eb8b903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tg/handlers/user_message_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def handle_user_message(
command_data[consts.GetTasksReportData.INTRO_TEXT] = None
handle_task_report(command_data, add_labels, update)
return

reply(
load("get_tasks_report_handler__enter_intro"),
update,
Expand Down Expand Up @@ -546,7 +546,7 @@ def handle_new_members(
# writes chat_id and chat name to db when anybody (including the bot) is added to a new chat
# very heuristic solution
DBClient().set_chat_name(get_chat_id(update), get_chat_name(update))


def handle_task_report(command_data, add_labels, update):
board_id = command_data[consts.GetTasksReportData.BOARD_ID]
Expand Down

0 comments on commit eb8b903

Please sign in to comment.