Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cnabro committed Aug 8, 2023
1 parent 0fb7049 commit fd3d4e5
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
"""

# revision identifiers, used by Alembic.
revision = '2e826adca42c'
down_revision = '0769ef90fddd'

from alembic import op
import sqlalchemy as sa
from alembic import op

from superset.utils.core import MediumText

# revision identifiers, used by Alembic.
revision = "2e826adca42c"
down_revision = "0769ef90fddd"


def upgrade():
with op.batch_alter_table("logs") as batch_op:
Expand Down

0 comments on commit fd3d4e5

Please sign in to comment.