mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
flake8
This commit is contained in:
parent
77385c0861
commit
429ea37c40
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
from flask import Blueprint, flash, redirect, request, url_for
|
from flask import Blueprint, redirect, url_for
|
||||||
from flask_login import current_user
|
from flask_login import current_user
|
||||||
from flask_security.decorators import auth_required
|
from flask_security.decorators import auth_required
|
||||||
|
|
||||||
from .model_dependent_funs import active_semester_str
|
from .model_dependent_funs import active_semester_str
|
||||||
from .models import Semester, db
|
|
||||||
|
|
||||||
bp = Blueprint("main", __name__, root_path="/", template_folder="templates")
|
bp = Blueprint("main", __name__, root_path="/", template_folder="templates")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue