Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 7, 2020
1 parent 61922c3 commit f49332a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion blackjackbot/commands/util/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def comment_cmd(update, context):
lang_id = Database().get_lang_id(chat.id)
update.message.reply_text(translate("send_comment", lang_id), reply_markup=ForceReply())
context.user_data["state"] = UserState.COMMENTING
pass


def comment_text(update, context):
Expand Down

0 comments on commit f49332a

Please sign in to comment.