From aaa5ea6849b259f49a5159d243292ce64d109c82 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Sun, 29 Dec 2024 16:08:47 +0000 Subject: [PATCH] Auto-format code [skip actions] --- bot/modules/mirror_leech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,