chore: cleanup pycodestyle E rules (#8269)
This commit is contained in:
@@ -21,6 +21,7 @@ def upgrade():
|
||||
with op.batch_alter_table('tool_workflow_providers', schema=None) as batch_op:
|
||||
batch_op.add_column(sa.Column('version', sa.String(length=255), server_default='', nullable=False))
|
||||
|
||||
|
||||
def downgrade():
|
||||
with op.batch_alter_table('tool_workflow_providers', schema=None) as batch_op:
|
||||
batch_op.drop_column('version')
|
||||
|
||||
Reference in New Issue
Block a user