diff --git a/bot/helper/aeon_utils/shorteners.py b/bot/helper/aeon_utils/shorteners.py index d2a9900e3..87706f9da 100644 --- a/bot/helper/aeon_utils/shorteners.py +++ b/bot/helper/aeon_utils/shorteners.py @@ -34,4 +34,4 @@ async def short(long_url): except Exception: await sleep(1) - return long_url \ No newline at end of file + return long_url diff --git a/bot/modules/status.py b/bot/modules/status.py index b71e4492e..fec35d6d0 100644 --- a/bot/modules/status.py +++ b/bot/modules/status.py @@ -4,19 +4,15 @@ from bot import bot_start_time, intervals, status_dict, task_dict, task_dict_lock from bot.core.config_manager import Config -from bot.helper.ext_utils.bot_utils import new_task, sync_to_async +from bot.helper.ext_utils.bot_utils import new_task from bot.helper.ext_utils.status_utils import ( - MirrorStatus, get_readable_file_size, get_readable_time, - speed_string_to_bytes, ) from bot.helper.telegram_helper.bot_commands import BotCommands -from bot.helper.telegram_helper.button_build import ButtonMaker from bot.helper.telegram_helper.message_utils import ( auto_delete_message, delete_message, - edit_message, send_message, send_status_message, update_status_message,