From b9e6deaff987cd00b23863465c5bc22946c86067 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Thu, 1 Dec 2016 10:42:56 -0700 Subject: [PATCH] newline for flake8 fix --- hyper/ssl_compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper/ssl_compat.py b/hyper/ssl_compat.py index 976b6235..71ebcd3a 100644 --- a/hyper/ssl_compat.py +++ b/hyper/ssl_compat.py @@ -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