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

Commit 6c9e68b

Browse files
committed
Fixup linting errors in http20/exceptions.py.
1 parent c1d2d49 commit 6c9e68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/http20/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
This defines exceptions used in the HTTP/2 portion of hyper.
77
"""
88

9+
910
class HTTP20Error(Exception):
1011
"""
1112
The base class for all of ``hyper``'s HTTP/2-related exceptions.

0 commit comments

Comments
 (0)