Cleaned up some imports
This commit is contained in:
parent
da35b9c051
commit
4b0f63f124
@ -1,9 +1,9 @@
|
||||
from .models import Entry
|
||||
from .tools.data import check_file, load
|
||||
from .tools.data import load
|
||||
from .tools.quiz import compile_results, evaluate_answers, render_questions
|
||||
|
||||
from flask import Blueprint, jsonify, request
|
||||
from flask.helpers import abort
|
||||
|
||||
|
||||
views = Blueprint(
|
||||
name='views',
|
||||
|
Loading…
Reference in New Issue
Block a user