forget to remove the import

This commit is contained in:
doanguyen 2019-12-31 20:22:46 +01:00
parent 1162495b36
commit e5b6cb8461
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
from dataclasses import dataclass
from flask import render_template, request, redirect, url_for, flash, session
from flask_login import login_required, current_user
from sqlalchemy.orm import joinedload