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

Commit 9d5611a

Browse files
committed
Fix HTTPUpgrade import
1 parent d4b56bc commit 9d5611a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
REQUEST_CODES, REQUEST_CODES_LENGTH
2424
)
2525
from hyper.http20.exceptions import ConnectionError
26-
from hyper.common.exceptions import HTTPUpgrade
2726
from server import SocketLevelTest
2827

2928
# Turn off certificate verification for the tests.

test/test_integration_http11.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from hyper.compat import ssl
1414
from server import SocketLevelTest
15+
from hyper.common.exceptions import HTTPUpgrade
1516

1617
# Turn off certificate verification for the tests.
1718
if ssl is not None:

0 commit comments

Comments
 (0)