Fix quantity of blank lines after code object.

This commit is contained in:
stepshal 2016-07-10 21:44:27 +07:00
parent 678b87f9d5
commit cd9b494cb5
8 changed files with 9 additions and 1 deletions

View file

@ -735,6 +735,7 @@ class ReverseProxyPathFix(object):
:param app: the WSGI application
'''
def __init__(self, app):
self.app = app