diff options
author | 2018-02-09 12:55:49 +0000 | |
---|---|---|
committer | 2018-02-09 12:55:49 +0000 | |
commit | d05bf27fc3d5aa7c533501bad3ede0d636165be8 (patch) | |
tree | 0fc904c8295a065038b38b0065d222b73046bb12 /pysite/base_route.py | |
parent | Make 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.py | 2 |
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 |