diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-28 14:36:43 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-05-28 14:43:32 +0200 |
commit | caee1adeb613368dc658bfc0c99e445d6f41cd7c (patch) | |
tree | 5f7ea696349c91266ebec586bd4a273982e92eca /test/netlib/http/test_response.py | |
parent | fa7964988f1541587a9fc3b582223e0a7b11a4d1 (diff) | |
download | mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.gz mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.bz2 mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.zip |
cleanup imports with flake8
Diffstat (limited to 'test/netlib/http/test_response.py')
-rw-r--r-- | test/netlib/http/test_response.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/netlib/http/test_response.py b/test/netlib/http/test_response.py index cfd093d4..63c976a2 100644 --- a/test/netlib/http/test_response.py +++ b/test/netlib/http/test_response.py @@ -2,12 +2,10 @@ from __future__ import absolute_import, print_function, division import email -import six import time from netlib.http import Headers from netlib.http.cookies import CookieAttrs -from netlib.odict import ODict, ODictCaseless from netlib.tutils import raises, tresp from .test_message import _test_passthrough_attr, _test_decoded_attr |