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

Commit 4bdeb54

Browse files
committed
Change H2C_PROTOCOL import that was missed on previous commit
1 parent 9098b85 commit 4bdeb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper/common/connection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"""
88
from .exceptions import TLSUpgrade, HTTPUpgrade
99
from ..http11.connection import HTTP11Connection
10-
from ..http20.connection import HTTP20Connection, H2C_PROTOCOL
11-
from ..tls import H2_NPN_PROTOCOLS
10+
from ..http20.connection import HTTP20Connection
11+
from ..tls import H2_NPN_PROTOCOLS, H2C_PROTOCOL
1212

1313
class HTTPConnection(object):
1414
"""

0 commit comments

Comments
 (0)