From bda1306749c62ef4f11cfe567ed7d56c8ad94240 Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Mon, 15 Oct 2018 16:56:42 +0200
Subject: [PATCH] Merge pull request #3388 from mmerickel/black

---
 src/pyramid/wsgi.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pyramid/wsgi.py b/src/pyramid/wsgi.py
index 1c1bded..b3f3803 100644
--- a/src/pyramid/wsgi.py
+++ b/src/pyramid/wsgi.py
@@ -1,6 +1,7 @@
 from functools import wraps
 from pyramid.request import call_app_with_subpath_as_path_info
 
+
 def wsgiapp(wrapped):
     """ Decorator to turn a WSGI application into a :app:`Pyramid`
     :term:`view callable`.  This decorator differs from the
@@ -41,6 +42,7 @@
         return wraps(wrapped)(decorator)
     return wraps(wrapped, ('__module__', '__doc__'))(decorator)
 
+
 def wsgiapp2(wrapped):
     """ Decorator to turn a WSGI application into a :app:`Pyramid`
     view callable.  This decorator differs from the

--
Gitblit v1.9.3