fixed ruff issues

This commit is contained in:
Oleg A 2024-07-31 09:22:30 +03:00
parent 2516f32168
commit 9491b228b2
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5
3 changed files with 5 additions and 3 deletions

View file

@ -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"))
),
)
]
]