Skip to content

Commit e75db6d

Browse files
committed
TASK: Remove unused imports
1 parent e47c607 commit e75db6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
from telegram.ext import Updater, CommandHandler, CallbackQueryHandler, MessageHandler, Filters
77
from telegram.inline.inlinekeyboardbutton import InlineKeyboardButton
88
from telegram.inline.inlinekeyboardmarkup import InlineKeyboardMarkup
9-
from telegram.keyboardbutton import KeyboardButton
10-
from telegram.replykeyboardmarkup import ReplyKeyboardMarkup
119

1210
from database.db_wrapper import DBwrapper
1311
from database.statistics import get_user_stats

0 commit comments

Comments
 (0)