diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2018-04-02 15:47:23 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2018-04-02 16:41:49 +1200 |
commit | 14f461c5d59e95e84658ea43567b3ca9f7d0a108 (patch) | |
tree | 1e76216ac2a1a86c237dee2e1ed89cba87224cb1 /mitmproxy/tools/web/master.py | |
parent | 1f33c1c1a54e466f903cc69a2e086d699515cad8 (diff) | |
download | mitmproxy-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.py | 1 |
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 |