diff --git a/AlexaMusic/platforms/Telegram.py b/AlexaMusic/platforms/Telegram.py index b4d0cce9..03faf68b 100644 --- a/AlexaMusic/platforms/Telegram.py +++ b/AlexaMusic/platforms/Telegram.py @@ -186,4 +186,4 @@ async def progress(current, total): if not verify: return False lyrical.pop(mystic.message_id) - return True \ No newline at end of file + return True diff --git a/AlexaMusic/platforms/Youtube.py b/AlexaMusic/platforms/Youtube.py index 8af3e773..f21faa83 100644 --- a/AlexaMusic/platforms/Youtube.py +++ b/AlexaMusic/platforms/Youtube.py @@ -374,4 +374,4 @@ def song_audio_dl(): else: direct = True downloaded_file = await loop.run_in_executor(None, audio_dl) - return downloaded_file, direct \ No newline at end of file + return downloaded_file, direct diff --git a/AlexaMusic/plugins/bot/settings.py b/AlexaMusic/plugins/bot/settings.py index ec6a22ac..2a98c8f7 100644 --- a/AlexaMusic/plugins/bot/settings.py +++ b/AlexaMusic/plugins/bot/settings.py @@ -92,7 +92,9 @@ async def settings_cb(client, CallbackQuery, _): @app.on_callback_query(filters.regex("settingsback_helper") & ~BANNED_USERS) @languageCB -async def settings_back_markup(client, CallbackQuery: CallbackQuery, _, message: Message): +async def settings_back_markup( + client, CallbackQuery: CallbackQuery, _, message: Message +): try: await CallbackQuery.answer() except: diff --git a/AlexaMusic/plugins/play/play.py b/AlexaMusic/plugins/play/play.py index 8b8bb998..dfb69ab5 100644 --- a/AlexaMusic/plugins/play/play.py +++ b/AlexaMusic/plugins/play/play.py @@ -671,4 +671,4 @@ async def slider_queries(client, CallbackQuery, _): ) return await CallbackQuery.edit_message_media( media=med, reply_markup=InlineKeyboardMarkup(buttons) - ) \ No newline at end of file + ) diff --git a/AlexaMusic/utils/decorators/admins.py b/AlexaMusic/utils/decorators/admins.py index 82a3bc10..58f862fe 100644 --- a/AlexaMusic/utils/decorators/admins.py +++ b/AlexaMusic/utils/decorators/admins.py @@ -173,4 +173,4 @@ async def wrapper(client, CallbackQuery): return await CallbackQuery.answer(f"Error: {str(e)}") return await mystic(client, CallbackQuery, _) - return wrapper \ No newline at end of file + return wrapper diff --git a/AlexaMusic/utils/decorators/language.py b/AlexaMusic/utils/decorators/language.py index a2785d42..13b0265c 100644 --- a/AlexaMusic/utils/decorators/language.py +++ b/AlexaMusic/utils/decorators/language.py @@ -64,4 +64,4 @@ async def wrapper(_, message, **kwargs): language = get_string("en") return await mystic(_, message, language) - return wrapper \ No newline at end of file + return wrapper diff --git a/AlexaMusic/utils/decorators/play.py b/AlexaMusic/utils/decorators/play.py index 64995a9b..a4896040 100644 --- a/AlexaMusic/utils/decorators/play.py +++ b/AlexaMusic/utils/decorators/play.py @@ -207,4 +207,4 @@ async def wrapper(client, message): fplay, ) - return wrapper \ No newline at end of file + return wrapper diff --git a/AlexaMusic/utils/formatters.py b/AlexaMusic/utils/formatters.py index 3630df63..c6232cf8 100644 --- a/AlexaMusic/utils/formatters.py +++ b/AlexaMusic/utils/formatters.py @@ -129,4 +129,4 @@ def seconds_to_min(seconds): "f4p", "f4a", "f4b", -] \ No newline at end of file +]