Skip to content

Commit

Permalink
Auto-format code [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Dec 7, 2024
1 parent c9b3522 commit 76b185c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot/modules/speedtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from bot import LOGGER, bot
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 (
Expand All @@ -12,8 +13,6 @@
send_message,
)

from bot.helper.ext_utils.status_utils import get_readable_file_size


@new_task
async def speedtest(_, message):
Expand Down

0 comments on commit 76b185c

Please sign in to comment.