Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit fea1359

Browse files
committed
Remove further unused imports.
1 parent c4988d0 commit fea1359

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_hyper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
)
88
from hpack.hpack_compat import Encoder, Decoder
99
from hyper.http20.connection import HTTP20Connection
10-
from hyper.http20.stream import (
11-
Stream, STATE_HALF_CLOSED_LOCAL, STATE_OPEN, MAX_CHUNK, STATE_CLOSED
12-
)
1310
from hyper.http20.response import HTTP20Response, HTTP20Push
1411
from hyper.http20.exceptions import (
1512
HPACKDecodingError, HPACKEncodingError, ProtocolError, ConnectionError,

0 commit comments

Comments
 (0)