removed unused imports
This commit is contained in:
parent
4c660071a9
commit
2053f85ee3
|
@ -6,7 +6,7 @@ This file creates your application.
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
from app import app
|
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
|
from werkzeug.utils import secure_filename
|
||||||
|
|
||||||
# Note: that when using Flask-WTF we need to import the Form Class that we created
|
# Note: that when using Flask-WTF we need to import the Form Class that we created
|
||||||
|
|
Loading…
Reference in New Issue