summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-10 21:44:27 +0700
committerstepshal <nessento@openmailbox.org>2016-07-10 21:44:27 +0700
commitcd9b494cb5871b2011893f19647e7651fb0382b6 (patch)
tree6288bcf3c597180bb2594a5f9f213aca8bf34737 /searx/webapp.py
parent678b87f9d5969668a07c36f9b80be5a5b2d08587 (diff)
Fix quantity of blank lines after code object.
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 2093bb0b4..00a203636 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -735,6 +735,7 @@ class ReverseProxyPathFix(object):
:param app: the WSGI application
'''
+
def __init__(self, app):
self.app = app