aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/decorators.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-03-30 15:31:25 +0100
committerGravatar Gareth Coles <[email protected]>2018-03-30 15:31:25 +0100
commit8b23da6696716ab125e1fdb1532bc8fe2f55222e (patch)
tree01a3a859140b56be6ad1b8c1cf6efa0b1bcdde22 /pysite/decorators.py
parentFix tests (diff)
I'm assuming this is the last linting commit for now...
Diffstat (limited to 'pysite/decorators.py')
-rw-r--r--pysite/decorators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/decorators.py b/pysite/decorators.py
index 3e07c6d2..93e015e4 100644
--- a/pysite/decorators.py
+++ b/pysite/decorators.py
@@ -3,7 +3,7 @@ import os
from functools import wraps
from json import JSONDecodeError
-from flask import request, redirect, url_for
+from flask import redirect, request, url_for
from schema import Schema, SchemaError
from werkzeug.exceptions import Forbidden