Skip to content

Commit 861b667

Browse files
committed
MNT: lint
1 parent 116155a commit 861b667

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tiled/catalog/migrations/versions/9b4bbdcdaf80_covering_index.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
10-
119

1210
# revision identifiers, used by Alembic.
13-
revision = '9b4bbdcdaf80'
14-
down_revision = 'a963a6c32a0c'
11+
revision = "9b4bbdcdaf80"
12+
down_revision = "a963a6c32a0c"
1513
branch_labels = None
1614
depends_on = None
1715

@@ -24,6 +22,7 @@ def upgrade():
2422
postgresql_include=["key"],
2523
)
2624

25+
2726
def downgrade():
2827
# Drop the index concurrently
2928
op.drop_index(

0 commit comments

Comments
 (0)