Skip to content

Commit 323e3af

Browse files
committed
lint
1 parent 81143e2 commit 323e3af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

warehouse/migrations/versions/b5bb5d08543d_create_missing_primary_key_constraints.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@
1818
"""
1919

2020
from alembic import op
21-
import sqlalchemy as sa
2221

22+
revision = "b5bb5d08543d"
23+
down_revision = "08aedc089eaf"
2324

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

2726
def upgrade():
2827
op.create_primary_key(None, "release_files", ["id"])

0 commit comments

Comments
 (0)