aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_protocol_http2.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_http2.py
parentefcfc62b73ac484ed25727f476c7ad0bb25817d5 (diff)
downloadmitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.gz
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.tar.bz2
mitmproxy-6746cf5f546bedd0486edd23d5253759920e1448.zip
autoflake
Diffstat (limited to 'test/test_protocol_http2.py')
-rw-r--r--test/test_protocol_http2.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_protocol_http2.py b/test/test_protocol_http2.py
index 38cfdfc3..c2c736af 100644
--- a/test/test_protocol_http2.py
+++ b/test/test_protocol_http2.py
@@ -5,10 +5,8 @@ import pytest
import traceback
import os
import tempfile
-import sys
from libmproxy.proxy.config import ProxyConfig
-from libmproxy.proxy.server import ProxyServer
from libmproxy.cmdline import APP_HOST, APP_PORT
import logging
@@ -24,9 +22,7 @@ from netlib import tservers as netlib_tservers
from netlib.utils import http2_read_raw_frame
import h2
-from hyperframe.frame import Frame
-from libmproxy import utils
from . import tservers
requires_alpn = pytest.mark.skipif(