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

Commit 9514dc4

Browse files
committed
Don't forget to import our ConnectionResetError.
1 parent 6756a64 commit 9514dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616
from .response import HTTP20Response, HTTP20Push
1717
from .window import FlowControlManager
18-
from .exceptions import ConnectionError
18+
from .exceptions import ConnectionError, ConnectionResetError
1919
from .bufsocket import BufferedSocket
2020

2121
import errno

0 commit comments

Comments
 (0)