Skip to content

Commit

Permalink
Update db.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Jan 3, 2024
1 parent 65f4346 commit e4fcbe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jazzband/db.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from flask_redis import FlaskRedis
from flask_sqlalchemy import Model, SQLAlchemy
from flask_sqlalchemy import SQLAlchemy
from flask_sqlalchemy.model import Model
from walrus import Walrus


Expand Down

0 comments on commit e4fcbe1

Please sign in to comment.