refactor: remove unused imports

An object has been imported but is not used anywhere in the file.
It should either be used or the import should be removed.
This commit is contained in:
deepsource-autofix[bot] 2023-06-26 13:18:25 +00:00 committed by GitHub
parent 377f20ce10
commit 2d57c75aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from werkzeug.security import check_password_hash
from werkzeug.utils import secure_filename
from .models import Scores, Sessions, Users
from .extensions import db, logger
from .extensions import db
from .config import (
GAME_VERSION,
GAME_VERSIONS,