Skip to content

Commit 6be2f31

Browse files
committed
lint
1 parent 81143e2 commit 6be2f31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

warehouse/migrations/versions/b5bb5d08543d_create_missing_primary_key_constraints.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
Create Date: 2019-12-19 14:27:47.230249
1818
"""
1919

20-
from alembic import op
2120
import sqlalchemy as sa
2221

22+
from alembic import op
23+
24+
revision = "b5bb5d08543d"
25+
down_revision = "08aedc089eaf"
2326

24-
revision = 'b5bb5d08543d'
25-
down_revision = '08aedc089eaf'
2627

2728
def upgrade():
2829
op.create_primary_key(None, "release_files", ["id"])

0 commit comments

Comments
 (0)