diff --git a/bot/modules/mirror_leech.py b/bot/modules/mirror_leech.py index 1020ba5f4..57f3bdd50 100644 --- a/bot/modules/mirror_leech.py +++ b/bot/modules/mirror_leech.py @@ -5,6 +5,7 @@ from aiofiles.os import path as aiopath from bot import LOGGER, bot_loop, task_dict_lock +from bot.core.aeon_client import TgClient from bot.core.config_manager import Config from bot.helper.aeon_utils.access_check import error_check from bot.helper.ext_utils.bot_utils import ( @@ -13,7 +14,6 @@ get_content_type, sync_to_async, ) -from bot.core.aeon_client import TgClient from bot.helper.ext_utils.exceptions import DirectDownloadLinkException from bot.helper.ext_utils.links_utils import ( is_gdrive_id,