diff options
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/decorators.py b/pysite/decorators.py index befc0869..16d555f0 100644 --- a/pysite/decorators.py +++ b/pysite/decorators.py @@ -6,7 +6,7 @@ from schema import Schema, SchemaError from werkzeug.exceptions import Forbidden from pysite.base_route import APIView, BaseView -from pysite.constants import CSRF, DEBUG_MODE, ErrorCodes, ValidationTypes, BOT_API_KEY +from pysite.constants import BOT_API_KEY, CSRF, DEBUG_MODE, ErrorCodes, ValidationTypes def csrf(f): |