Skip to content

Commit

Permalink
Format dev to fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Sep 20, 2024
1 parent 3d17e97 commit f8198dd
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
Create Date: 2024-09-20 10:52:07.695199
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'd2d8f51ebb7e'
down_revision = ('04288b6a5b25', 'eee9229a9765')
revision = "d2d8f51ebb7e"
down_revision = ("04288b6a5b25", "eee9229a9765")
branch_labels = None
depends_on = None

Expand Down

0 comments on commit f8198dd

Please sign in to comment.