mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-18 09:24:52 +00:00
Fix __init__ file
Style code with Black
This commit is contained in:
parent
e7bbb02aba
commit
dcc9247ba0
8 changed files with 84 additions and 62 deletions
|
@ -7,5 +7,5 @@ from flask_login import LoginManager
|
|||
db = SQLAlchemy()
|
||||
migrate = Migrate()
|
||||
assets = Environment()
|
||||
cache = Cache(config={'CACHE_TYPE': 'simple'})
|
||||
cache = Cache(config={"CACHE_TYPE": "simple"})
|
||||
login_manager = LoginManager()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue