Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Jun 18, 2024
1 parent d8592df commit 2201537
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions api/migrations/versions/81ae43883c56_merge_branches.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
"""merge branches
Revision ID: 81ae43883c56
Revises: 35816820a63d, 7b45942e39bb
Create Date: 2024-06-18 05:26:30.668016
"""
import models as models

# revision identifiers, used by Alembic.
revision = '81ae43883c56'
down_revision = ('35816820a63d', '7b45942e39bb')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass

0 comments on commit 2201537

Please sign in to comment.