mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +00:00
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:
parent
377f20ce10
commit
2d57c75aa4
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue