fixed incorrect indentation

blueprint_refactoring
Simon Pirkelmann 2022-02-04 22:45:44 +01:00
parent f0be983a5a
commit f66283c328
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def create_super_admins(app, user_datastore):
f", roles = {[r.name for r in new_admin.roles]}"
)
db.session.commit()
db.session.commit()
def create_app():