From 0f1bde2274d724d75e8452a0fde92b4b73ba9e6c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 16 Jul 2019 00:32:57 -0400 Subject: [PATCH] pylint --- lbry/lbry/wallet/server/session.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lbry/lbry/wallet/server/session.py b/lbry/lbry/wallet/server/session.py index b3d00971b..4b53273f2 100644 --- a/lbry/lbry/wallet/server/session.py +++ b/lbry/lbry/wallet/server/session.py @@ -7,7 +7,6 @@ from binascii import hexlify from weakref import WeakSet from pylru import lrucache from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor -from typing import Optional from aiohttp.web import Application, AppRunner, WebSocketResponse, TCPSite from aiohttp.http_websocket import WSMsgType, WSCloseCode