mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fixed ruff issues (#1549)
This commit is contained in:
parent
2516f32168
commit
98c2a4fb57
3 changed files with 5 additions and 3 deletions
|
|
@ -43,7 +43,9 @@ async def send_message_handler(request: Request):
|
|||
[
|
||||
InlineKeyboardButton(
|
||||
text="Open",
|
||||
web_app=WebAppInfo(url=str(request.url.with_scheme("https").with_path("demo"))),
|
||||
web_app=WebAppInfo(
|
||||
url=str(request.url.with_scheme("https").with_path("demo"))
|
||||
),
|
||||
)
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue