aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib/http/http1/test_read.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 14:36:43 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-28 14:43:32 +0200
commitcaee1adeb613368dc658bfc0c99e445d6f41cd7c (patch)
tree5f7ea696349c91266ebec586bd4a273982e92eca /test/netlib/http/http1/test_read.py
parentfa7964988f1541587a9fc3b582223e0a7b11a4d1 (diff)
downloadmitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.gz
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.tar.bz2
mitmproxy-caee1adeb613368dc658bfc0c99e445d6f41cd7c.zip
cleanup imports with flake8
Diffstat (limited to 'test/netlib/http/http1/test_read.py')
-rw-r--r--test/netlib/http/http1/test_read.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/netlib/http/http1/test_read.py b/test/netlib/http/http1/test_read.py
index d8106904..33f3802b 100644
--- a/test/netlib/http/http1/test_read.py
+++ b/test/netlib/http/http1/test_read.py
@@ -1,6 +1,5 @@
from __future__ import absolute_import, print_function, division
from io import BytesIO
-import textwrap
from mock import Mock
from netlib.exceptions import HttpException, HttpSyntaxException, HttpReadDisconnect, TcpDisconnect
from netlib.http import Headers