Skip to content

Commit

Permalink
Fix import in db.py (#1112)
Browse files Browse the repository at this point in the history
Update db.py
  • Loading branch information
jezdez authored Jan 3, 2024
1 parent 65f4346 commit 70ae55a
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 70ae55a

Please sign in to comment.