From b5ac2c0445c7737c8c205039f07650db412e225d Mon Sep 17 00:00:00 2001 From: latand Date: Wed, 5 Nov 2025 12:17:21 +0200 Subject: [PATCH] Format main.py with black --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 8daabde..ad5d8f8 100644 --- a/main.py +++ b/main.py @@ -523,9 +523,7 @@ async def press_inline_button( ) if not target_message: - return ( - "No message with inline buttons found. Specify message_id to target a specific message." - ) + return "No message with inline buttons found. Specify message_id to target a specific message." buttons_attr = getattr(target_message, "buttons", None) if not buttons_attr: