aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netlib/h2/frame.py1
-rw-r--r--test/h2/example.py2
2 files changed, 0 insertions, 3 deletions
diff --git a/netlib/h2/frame.py b/netlib/h2/frame.py
index 11687316..d4294052 100644
--- a/netlib/h2/frame.py
+++ b/netlib/h2/frame.py
@@ -1,5 +1,4 @@
import struct
-import io
from hpack.hpack import Encoder, Decoder
from .. import utils
diff --git a/test/h2/example.py b/test/h2/example.py
index ca7c6c38..fc4f2f10 100644
--- a/test/h2/example.py
+++ b/test/h2/example.py
@@ -1,7 +1,5 @@
-from netlib import tcp
from netlib.h2.frame import *
from netlib.h2.h2 import *
-from hpack.hpack import Encoder, Decoder
c = H2Client(("127.0.0.1", 443))
c.connect()