mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-30 22:33:11 +00:00
Merge pull request #18 from Fluffy-Bean/deepsource-autofix-0374d2f6
remove unused imports
This commit is contained in:
commit
54cb3015dc
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 werkzeug.utils import secure_filename
|
||||||
|
|
||||||
from .models import Scores, Sessions, Users
|
from .models import Scores, Sessions, Users
|
||||||
from .extensions import db, logger
|
from .extensions import db
|
||||||
from .config import (
|
from .config import (
|
||||||
GAME_VERSION,
|
GAME_VERSION,
|
||||||
GAME_VERSIONS,
|
GAME_VERSIONS,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue