Skip to content

Commit

Permalink
[qa] black
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Jun 26, 2024
1 parent 4f1e7c4 commit ea94dd5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Create Date: 2024-06-20 20:37:21.885953
"""

from alembic import op
import sqlalchemy as sa
import sqlalchemy_utils


# revision identifiers, used by Alembic.
revision = 'a252a094e977'
down_revision = '1bb55759146f'
revision = "a252a094e977"
down_revision = "1bb55759146f"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit ea94dd5

Please sign in to comment.