diff --git a/bot/modules/__init__.py b/bot/modules/__init__.py index b35c5aa3d..caf11c9ec 100644 --- a/bot/modules/__init__.py +++ b/bot/modules/__init__.py @@ -84,4 +84,4 @@ "unauthorize", "ytdl", "ytdl_leech", -] \ No newline at end of file +] diff --git a/bot/modules/speedtest.py b/bot/modules/speedtest.py index a7cef0a67..3e578b1b5 100644 --- a/bot/modules/speedtest.py +++ b/bot/modules/speedtest.py @@ -1,12 +1,8 @@ -from pyrogram.filters import command -from pyrogram.handlers import MessageHandler from speedtest import Speedtest from bot import LOGGER from bot.helper.ext_utils.bot_utils import new_task from bot.helper.ext_utils.status_utils import get_readable_file_size -from bot.helper.telegram_helper.bot_commands import BotCommands -from bot.helper.telegram_helper.filters import CustomFilters from bot.helper.telegram_helper.message_utils import ( delete_message, edit_message,