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 Aug 29, 2024
1 parent 88a466e commit 5edff02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bot/helper/ext_utils/bot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
bot_name,
user_data,
config_dict,
bot_start_time,
download_dict,
extra_buttons,
bot_start_time,
download_dict_lock,
)
from bot.helper.aeon_utils.tinyfy import tinyfy
Expand Down
2 changes: 1 addition & 1 deletion bot/helper/mirror_leech_utils/upload_utils/gdriveTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
from bot import GLOBAL_EXTENSION_FILTER, config_dict, list_drives_dict
from bot.helper.aeon_utils.metadata import add_attachment
from bot.helper.ext_utils.bot_utils import (
is_mkv,
SetInterval,
is_mkv,
async_to_sync,
get_readable_file_size,
)
Expand Down
2 changes: 1 addition & 1 deletion bot/modules/bot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
status_reply_dict_lock,
)
from bot.modules.torrent_search import initiate_search_tools
from bot.helper.ext_utils.bot_utils import new_thread, SetInterval, sync_to_async
from bot.helper.ext_utils.bot_utils import SetInterval, new_thread, sync_to_async
from bot.helper.ext_utils.db_handler import DbManager
from bot.helper.ext_utils.help_strings import bset_display_dict
from bot.helper.ext_utils.task_manager import start_from_queued
Expand Down
4 changes: 2 additions & 2 deletions bot/modules/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
from bot import (
Interval,
bot,
bot_start_time,
download_dict,
bot_start_time,
download_dict_lock,
status_reply_dict_lock,
)
from bot.helper.ext_utils.bot_utils import (
SetInterval,
new_task,
turn_page,
SetInterval,
get_readable_time,
get_readable_file_size,
)
Expand Down

0 comments on commit 5edff02

Please sign in to comment.