aboutsummaryrefslogtreecommitdiffstats
path: root/mitmproxy/tools/web/master.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2018-04-02 15:47:23 +1200
committerAldo Cortesi <aldo@nullcube.com>2018-04-02 16:41:49 +1200
commit14f461c5d59e95e84658ea43567b3ca9f7d0a108 (patch)
tree1e76216ac2a1a86c237dee2e1ed89cba87224cb1 /mitmproxy/tools/web/master.py
parent1f33c1c1a54e466f903cc69a2e086d699515cad8 (diff)
downloadmitmproxy-14f461c5d59e95e84658ea43567b3ca9f7d0a108.tar.gz
mitmproxy-14f461c5d59e95e84658ea43567b3ca9f7d0a108.tar.bz2
mitmproxy-14f461c5d59e95e84658ea43567b3ca9f7d0a108.zip
asyncio: cleanup and lint
Also fix a racy websocket test.
Diffstat (limited to 'mitmproxy/tools/web/master.py')
-rw-r--r--mitmproxy/tools/web/master.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/tools/web/master.py b/mitmproxy/tools/web/master.py
index 843190e0..b7eddcce 100644
--- a/mitmproxy/tools/web/master.py
+++ b/mitmproxy/tools/web/master.py
@@ -3,7 +3,6 @@ import webbrowser
import tornado.httpserver
import tornado.ioloop
from tornado.platform.asyncio import AsyncIOMainLoop
-import asyncio
from mitmproxy import addons
from mitmproxy import log