mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
fix typing
This commit is contained in:
parent
caba07a529
commit
af4b9cc415
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ class Dispatcher(Router):
|
|||
polling_timeout: int = 10,
|
||||
handle_as_tasks: bool = True,
|
||||
backoff_config: BackoffConfig = DEFAULT_BACKOFF_CONFIG,
|
||||
allowed_updates: Optional[Union[List[str], Literal[UNSET_TYPE]]] = UNSET_TYPE,
|
||||
allowed_updates: Optional[Union[List[str], UNSET_TYPE]] = UNSET_TYPE,
|
||||
handle_signals: bool = True,
|
||||
close_bot_session: bool = True,
|
||||
**kwargs: Any,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue