mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Run checks
This commit is contained in:
parent
abe5088b90
commit
8b3f6fea89
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue