aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/base_route.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-09 12:55:49 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-09 12:55:49 +0000
commitd05bf27fc3d5aa7c533501bad3ede0d636165be8 (patch)
tree0fc904c8295a065038b38b0065d222b73046bb12 /pysite/base_route.py
parentMake APIView base class not loadable (diff)
Guess who forgot to run snekchek!
Diffstat (limited to 'pysite/base_route.py')
-rw-r--r--pysite/base_route.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysite/base_route.py b/pysite/base_route.py
index 0306e724..65007fcb 100644
--- a/pysite/base_route.py
+++ b/pysite/base_route.py
@@ -1,5 +1,5 @@
# coding=utf-8
-from flask import Blueprint, render_template, jsonify
+from flask import Blueprint, jsonify, render_template
from flask.views import MethodView
from pysite.constants import ErrorCodes