fixed import

This commit is contained in:
Devaev Maxim 2018-06-28 21:16:17 +03:00
parent ed331feab1
commit 23070a3d23

View File

@ -8,7 +8,7 @@ from typing import Set
from typing import Callable from typing import Callable
from typing import Optional from typing import Optional
import aiohttp import aiohttp.web
from .atx import Atx from .atx import Atx
from .streamer import Streamer from .streamer import Streamer