mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix ruff
This commit is contained in:
parent
435f4f8b77
commit
de32a10a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ class TokenBasedRequestHandler(BaseRequestHandler):
|
|||
self.bots: Dict[str, Bot] = {}
|
||||
|
||||
def verify_secret(self, telegram_secret_token: str) -> bool:
|
||||
pass
|
||||
return True
|
||||
|
||||
async def close(self) -> None:
|
||||
for bot in self.bots.values():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue