Reformat code

This commit is contained in:
JRoot Junior 2024-11-17 23:01:23 +02:00
parent 624ba40ab0
commit c4e7bce5a4
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
128 changed files with 135 additions and 183 deletions

View file

@ -1,11 +1,5 @@
from aiogram import Bot
from aiogram.methods import AnswerInlineQuery, Request
from aiogram.types import (
InlineQueryResult,
InlineQueryResultArticle,
InlineQueryResultPhoto,
InputTextMessageContent,
)
from aiogram.methods import AnswerInlineQuery
from aiogram.types import InlineQueryResultArticle, InputTextMessageContent
from tests.mocked_bot import MockedBot