mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
isort
This commit is contained in:
parent
79f76dc1a9
commit
d054b0ddcb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ from flask import Blueprint, redirect, url_for
|
|||
from flask_login import current_user
|
||||
from flask_security.decorators import auth_required
|
||||
|
||||
from . import settings, security
|
||||
from . import security, settings
|
||||
from .model_dependent_funs import active_semester_str
|
||||
|
||||
bp = Blueprint("main", __name__, root_path="/", template_folder="templates")
|
||||
|
|
Loading…
Reference in a new issue