This commit is contained in:
Lex Berezhny 2019-07-16 00:32:57 -04:00
parent 6fb94e445f
commit 0f1bde2274

View file

@ -7,7 +7,6 @@ from binascii import hexlify
from weakref import WeakSet from weakref import WeakSet
from pylru import lrucache from pylru import lrucache
from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor
from typing import Optional
from aiohttp.web import Application, AppRunner, WebSocketResponse, TCPSite from aiohttp.web import Application, AppRunner, WebSocketResponse, TCPSite
from aiohttp.http_websocket import WSMsgType, WSCloseCode from aiohttp.http_websocket import WSMsgType, WSCloseCode