aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_protocol_http1.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-14 14:45:27 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-02-14 14:45:27 +0100
commit6746cf5f546bedd0486edd23d5253759920e1448 (patch)
tree1875b08e96662663cb8228430ea08395dfbe5d5c /test/test_protocol_http1.py
parentefcfc62b73ac484ed25727f476c7ad0bb25817d5 (diff)
downloadmitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.gz
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.bz2
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.zip
autoflake
Diffstat (limited to 'test/test_protocol_http1.py')
-rw-r--r--test/test_protocol_http1.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_protocol_http1.py b/test/test_protocol_http1.py
index a1485f1b..13e0eabe 100644
--- a/test/test_protocol_http1.py
+++ b/test/test_protocol_http1.py
@@ -1,7 +1,6 @@
-from netlib.exceptions import HttpSyntaxException
from netlib.http import http1
from netlib.tcp import TCPClient
-from netlib.tutils import treq, raises
+from netlib.tutils import treq
from . import tutils, tservers