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

Commit 2dab0c7

Browse files
author
Aakash Gandhi
committed
Fix lint errors
1 parent c16d54d commit 2dab0c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hyper/ssl_compat.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ def inner(self, *args, **kwargs):
4949
return inner
5050

5151

52-
# TODO missing some attributes
5352
SSL_ERROR_WANT_READ = 2
5453
SSL_ERROR_WANT_WRITE = 3
54+
55+
56+
# TODO missing some attributes
5557
class SSLError(OSError):
5658
pass
5759

0 commit comments

Comments
 (0)