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

Commit c3ea3d0

Browse files
author
Aakash Gandhi
committed
Line length
1 parent 20a19d8 commit c3ea3d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hyper/ssl_compat.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ def inner(self, *args, **kwargs):
4848
return getattr(self._conn, method)(*args, **kwargs)
4949
return inner
5050

51-
# Referenced in hyper/http20/connection.py. These values come from the python ssl package, and
52-
# must be defined in this file for hyper to work in python versions <2.7.9
51+
# Referenced in hyper/http20/connection.py. These values come
52+
# from the python ssl package, and must be defined in this file
53+
# for hyper to work in python versions <2.7.9
5354
SSL_ERROR_WANT_READ = 2
5455
SSL_ERROR_WANT_WRITE = 3
5556

0 commit comments

Comments
 (0)