diff --git a/bot.py b/bot.py
index 1cd5ce6..de4bbb7 100644
--- a/bot.py
+++ b/bot.py
@@ -3,7 +3,6 @@ import logging
     
 from aiogram import Bot, Dispatcher, executor, types
 from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton
-from aiogram.types import FSInputFile
 
 API_TOKEN = '5724991559:AAEuLvpLsgP6LHRGMSyFtQLlR5qPQUO4b_w'