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 Jan 19, 2025
1 parent 520130e commit 314753c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bot/helper/aeon_utils/shorteners.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ async def short(long_url):
except Exception:
await sleep(1)

return long_url
return long_url
6 changes: 1 addition & 5 deletions bot/modules/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 314753c

Please sign in to comment.