aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/decorators.py
diff options
context:
space:
mode:
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