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

Commit

Permalink
newline for flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Dec 2, 2016
1 parent 7d52ccb commit b9e6dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyper/ssl_compat.py
Expand Up @@ -48,6 +48,7 @@ def inner(self, *args, **kwargs):
return getattr(self._conn, method)(*args, **kwargs)
return inner


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

0 comments on commit b9e6dea

Please sign in to comment.