Merge pull request #18 from Fluffy-Bean/deepsource-autofix-0374d2f6

remove unused imports
This commit is contained in:
Michał Gdula 2023-06-26 14:19:05 +01:00 committed by GitHub
commit 54cb3015dc
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,