diff --git a/clic/web/index.py b/clic/web/index.py index aad7b6f..e1b276e 100644 --- a/clic/web/index.py +++ b/clic/web/index.py @@ -6,7 +6,7 @@ from clic.web.api import api, fetchClusters, fetchKeywords from clic.chapter_repository import ChapterRepository -from clic.web.forms import SubsetForm, BOOKS, SUBSETS +from clic.web.forms import BOOKS, SUBSETS app = Flask(__name__, static_url_path='') app.register_blueprint(api, url_prefix='/api')