aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/error_handlers
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-01 11:36:13 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-01 11:36:13 +0100
commitd5be0951fb8f332ad9dc27caf25e64ac255eedc8 (patch)
tree5b6b1c87dfc64da7783b04c68ac184dc158934a0 /pysite/views/error_handlers
parent[Wiki] Fix image spacing (diff)
parentrestructure 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.py1
-rw-r--r--pysite/views/error_handlers/http_5xx.py1
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