formatting

Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
sheldy 2023-05-11 12:46:35 +03:00 committed by GitHub
parent e00d3c9635
commit 4c090dad46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,