aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Shao <me@matshao.com>2017-07-28 20:43:46 +0800
committerMatthew Shao <me@matshao.com>2017-07-28 20:43:46 +0800
commit710f4d16fb95f65c4b4f500c01b9e7e7d6f6d340 (patch)
treef6c7f52da12b32d2d41caf8f229adf909bb32274
parent7cb14925fe6fee43143f2ee1a771973e0972b08a (diff)
downloadmitmproxy-710f4d16fb95f65c4b4f500c01b9e7e7d6f6d340.tar.gz
mitmproxy-710f4d16fb95f65c4b4f500c01b9e7e7d6f6d340.tar.bz2
mitmproxy-710f4d16fb95f65c4b4f500c01b9e7e7d6f6d340.zip
Fix lint error.
-rw-r--r--mitmproxy/tools/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mitmproxy/tools/main.py b/mitmproxy/tools/main.py
index 0b137365..1575de98 100644
--- a/mitmproxy/tools/main.py
+++ b/mitmproxy/tools/main.py
@@ -16,7 +16,7 @@ from mitmproxy import exceptions # noqa
from mitmproxy import options # noqa
from mitmproxy import optmanager # noqa
from mitmproxy import proxy # noqa
-from mitmproxy import log
+from mitmproxy import log # noqa
from mitmproxy.utils import debug # noqa