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