Skip to content

Commit

Permalink
Fix pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Jan 3, 2024
1 parent 0759408 commit 13bf80a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jazzband/db.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
from collections import deque
from contextlib import contextmanager

from flask_redis import FlaskRedis
from flask_sqlalchemy import Model, SQLAlchemy
from walrus import Walrus

from .exceptions import Rollback


class JazzbandModel(Model):
@classmethod
Expand Down

0 comments on commit 13bf80a

Please sign in to comment.