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

Commit 3475cc2

Browse files
committed
Extra space for flake8
1 parent 3041301 commit 3475cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/ssl_compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def inner(self, *args, **kwargs):
4848
return getattr(self._conn, method)(*args, **kwargs)
4949
return inner
5050

51+
5152
# Referenced in hyper/http20/connection.py. These values come
5253
# from the python ssl package, and must be defined in this file
5354
# for hyper to work in python versions <2.7.9

0 commit comments

Comments
 (0)