Skip to content

Commit

Permalink
lint backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Corny authored and edelclaux committed May 29, 2024
1 parent 238b330 commit 9b4f0a3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
Create Date: 2024-04-09 15:30:20.522477
"""

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'c0c4748a597a'
down_revision = '510677623a13'
revision = "c0c4748a597a"
down_revision = "510677623a13"
branch_labels = None
depends_on = None

Expand Down

0 comments on commit 9b4f0a3

Please sign in to comment.