diff --git a/advlabdb/database_import.py b/advlabdb/database_import.py index fd20c83..8ae126f 100644 --- a/advlabdb/database_import.py +++ b/advlabdb/database_import.py @@ -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 diff --git a/manage.py b/manage.py index 4ed0bbc..ecbf36c 100755 --- a/manage.py +++ b/manage.py @@ -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():