removed unused imports

This commit is contained in:
Navan Chauhan 2020-06-25 18:30:24 +05:30
parent 4c660071a9
commit 2053f85ee3
1 changed files with 1 additions and 1 deletions

View File

@ -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