From 4c090dad463b6131abb811bd3450e27f03886eb1 Mon Sep 17 00:00:00 2001 From: sheldy <85823514+sheldygg@users.noreply.github.com> Date: Thu, 11 May 2023 12:46:35 +0300 Subject: [PATCH] formatting Co-authored-by: Oleg A. --- aiogram/webhook/aiohttp_server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aiogram/webhook/aiohttp_server.py b/aiogram/webhook/aiohttp_server.py index ea13ba47..70eb7b69 100644 --- a/aiogram/webhook/aiohttp_server.py +++ b/aiogram/webhook/aiohttp_server.py @@ -204,7 +204,8 @@ class SimpleRequestHandler(BaseRequestHandler): """ def __init__( - self, dispatcher: Dispatcher, + self, + dispatcher: Dispatcher, bot: Bot, handle_in_background: bool = True, secret_token: Optional[str] = None,