1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-11-08 21:21:06 +00:00

Run checks

This commit is contained in:
Mo 2022-08-09 15:50:59 +02:00
parent abe5088b90
commit 8b3f6fea89
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ from datetime import datetime
from pathlib import Path
from shutil import copy2
from flask import flash, has_request_context
from flask import flash
from sqlalchemy import select
from . import settings

View file

@ -2,7 +2,6 @@
import secrets
import subprocess # nosec 404
from getpass import getpass
from pathlib import Path
from shutil import copytree, rmtree
@ -149,7 +148,7 @@ def init_db():
@cli.group(
short_help="Maintainance commands.",
short_help="Maintenance commands.",
help="Commands used to maintain an AdvLabDB instance.",
)
def maintain():