aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_http_cookies.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-05-27 11:25:33 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-05-27 11:25:33 +0200
commit161bc2cfaa8b70b4c2cab5562784df34013452e1 (patch)
treef35ec3ccf8acc580f87089fb695b775596fc9c09 /test/test_http_cookies.py
parente3d390e036430b9d7cc4b93679229fe118eb583a (diff)
downloadmitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.tar.gz
mitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.tar.bz2
mitmproxy-161bc2cfaa8b70b4c2cab5562784df34013452e1.zip
cleanup code with autoflake
run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
Diffstat (limited to 'test/test_http_cookies.py')
-rw-r--r--test/test_http_cookies.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_http_cookies.py b/test/test_http_cookies.py
index 7438af7c..070849cf 100644
--- a/test/test_http_cookies.py
+++ b/test/test_http_cookies.py
@@ -1,7 +1,6 @@
-import pprint
import nose.tools
-from netlib import http_cookies, odict
+from netlib import http_cookies
def test_read_token():