Remove some pointless whitespace.
This commit is contained in:
parent
5de8c8ddad
commit
0012999744
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ def before_request():
|
|||
if site.localhost_only and not request.is_localhost:
|
||||
flask.abort(403)
|
||||
|
||||
|
||||
|
||||
@site.after_request
|
||||
def after_request(response):
|
||||
response = flasktools.gzip_response(request, response)
|
||||
|
|
Loading…
Reference in a new issue