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 29, 2024
1 parent e0b14b4 commit aaa5ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/mirror_leech.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand All @@ -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,
Expand Down

0 comments on commit aaa5ea6

Please sign in to comment.