Skip to content

Commit

Permalink
Missing imports (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: ᴅᴇᴠᴀɴsʜ <125127646+Devansh-Bots@users.noreply.github.com>
  • Loading branch information
Devansh-Bots authored Sep 11, 2023
1 parent b9de8c3 commit 58fd356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FallenRobot/modules/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import html
import os

from telegram import ParseMode, Update
from telegram import InlineKeyboardButton, InlineKeyboardMarkup, ParseMode, Update
from telegram.error import BadRequest
from telegram.ext import CallbackContext, CommandHandler
from telegram.utils.helpers import mention_html
Expand Down

0 comments on commit 58fd356

Please sign in to comment.