diff options
| author | 2018-05-01 11:36:13 +0100 | |
|---|---|---|
| committer | 2018-05-01 11:36:13 +0100 | |
| commit | d5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch) | |
| tree | 5b6b1c87dfc64da7783b04c68ac184dc158934a0 /pysite/views/error_handlers | |
| parent | [Wiki] Fix image spacing (diff) | |
| parent | restructure docker (diff) | |
Merge remote-tracking branch 'origin/master'
# Conflicts:
# static/style.css
Diffstat (limited to 'pysite/views/error_handlers')
| -rw-r--r-- | pysite/views/error_handlers/http_4xx.py | 1 | ||||
| -rw-r--r-- | pysite/views/error_handlers/http_5xx.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pysite/views/error_handlers/http_4xx.py b/pysite/views/error_handlers/http_4xx.py index 2d6c54c6..69c0bdda 100644 --- a/pysite/views/error_handlers/http_4xx.py +++ b/pysite/views/error_handlers/http_4xx.py @@ -1,4 +1,3 @@ -# coding=utf-8 from flask import request from werkzeug.exceptions import HTTPException diff --git a/pysite/views/error_handlers/http_5xx.py b/pysite/views/error_handlers/http_5xx.py index 46c65e38..5a4fbdc2 100644 --- a/pysite/views/error_handlers/http_5xx.py +++ b/pysite/views/error_handlers/http_5xx.py @@ -1,4 +1,3 @@ -# coding=utf-8 from flask import request from werkzeug.exceptions import HTTPException, InternalServerError |