Updated imports.

Now type-hinting works as it supposed to work,
This commit is contained in:
dementiev27 2020-08-08 21:33:38 +03:00 committed by GitHub
parent 689fc8fb76
commit 0a911887f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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