mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 10:46:17 +00:00
flake8
This commit is contained in:
@@ -217,7 +217,7 @@ async def send_bot_second_text_menu(bot: Bot, call: ty.Optional[types.CallbackQu
|
||||
|
||||
|
||||
async def send_bot_templates_menu(bot: Bot, call: ty.Optional[types.CallbackQuery] = None,
|
||||
chat_id: ty.Optional[int] = None):
|
||||
chat_id: ty.Optional[int] = None):
|
||||
if call:
|
||||
await call.answer()
|
||||
keyboard = types.InlineKeyboardMarkup(row_width=2)
|
||||
|
||||
Reference in New Issue
Block a user