fix black

This commit is contained in:
sheldy 2023-05-29 18:41:10 +03:00
parent de32a10a5a
commit 98b2cf8636

View file

@ -193,10 +193,7 @@ class TestSimpleRequestHandler:
app = Application()
dp = Dispatcher()
handler = SimpleRequestHandler(
dispatcher=dp,
bot=bot,
handle_in_background=False,
secret_token="vasya228"
dispatcher=dp, bot=bot, handle_in_background=False, secret_token="vasya228"
)
handler.register(app, path="/webhook")
client: TestClient = await aiohttp_client(app)