mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Oops.
This commit is contained in:
parent
0466041d85
commit
9924fdc532
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import asyncio
|
||||
import functools
|
||||
import logging
|
||||
import types
|
||||
import typing
|
||||
|
||||
from .filters import CommandsFilter, ContentTypeFilter, ExceptionsFilter, RegexpFilter, USER_STATE, \
|
||||
|
|
@ -167,7 +166,7 @@ class Dispatcher:
|
|||
return err
|
||||
raise
|
||||
|
||||
async def reset_webhook(self, check=True) -> types.Boolean:
|
||||
async def reset_webhook(self, check=True) -> bool:
|
||||
"""
|
||||
Reset webhook
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue