aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-02 09:36:33 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-02-02 09:36:33 +0100
commit2606de25e4f4104a1b0056597e24b203eb53e9bd (patch)
treecbc727274d7f14ec6253432870ac7e604857760b
parent7b2a986ceab45788c42424d2bc9f4b2380ccc832 (diff)
downloadmitmproxy-2606de25e4f4104a1b0056597e24b203eb53e9bd.tar.gz
mitmproxy-2606de25e4f4104a1b0056597e24b203eb53e9bd.tar.bz2
mitmproxy-2606de25e4f4104a1b0056597e24b203eb53e9bd.zip
fix linting error
-rw-r--r--mitmproxy/tools/console/master.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mitmproxy/tools/console/master.py b/mitmproxy/tools/console/master.py
index 66a9faba..a33a9823 100644
--- a/mitmproxy/tools/console/master.py
+++ b/mitmproxy/tools/console/master.py
@@ -20,7 +20,6 @@ from mitmproxy import io
from mitmproxy import log
from mitmproxy.addons import view
from mitmproxy.addons import intercept
-import mitmproxy.options
from mitmproxy.tools.console import flowlist
from mitmproxy.tools.console import flowview
from mitmproxy.tools.console import grideditor