From 25b2169852bed936bef6caa736231f9d05ba4e2a Mon Sep 17 00:00:00 2001 From: 5hojib Date: Thu, 2 Jan 2025 08:43:17 +0000 Subject: [PATCH] Auto-format code [skip actions] --- bot/modules/__init__.py | 2 +- bot/modules/speedtest.py | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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,