mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Updated imports.
Now type-hinting works as it supposed to work,
This commit is contained in:
parent
689fc8fb76
commit
0a911887f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import asyncio
|
|||
import datetime
|
||||
import functools
|
||||
import secrets
|
||||
from typing import Callable, Union, Optional, Any
|
||||
from typing import Callable, Union, Optional, Any, List, Coroutine
|
||||
from warnings import warn
|
||||
|
||||
from aiohttp import web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue