diff options
-rw-r--r-- | app/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views.py b/app/views.py index 78d606f..67bd94f 100644 --- a/app/views.py +++ b/app/views.py @@ -6,7 +6,7 @@ This file creates your application. """ import os from app import app -from flask import render_template, request, redirect, url_for, flash, session, abort +from flask import render_template, request, flash from werkzeug.utils import secure_filename # Note: that when using Flask-WTF we need to import the Form Class that we created |