Skip to content

Commit

Permalink
Minor tweaks to the revision script template to avoid some future lin…
Browse files Browse the repository at this point in the history
…ting fixups (#910)

Minor adjustments to the template introduced in #906
  • Loading branch information
bpkroth authored Jan 6, 2025
1 parent 21b4f05 commit 96ac617
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mlos_bench/mlos_bench/storage/sql/alembic/script.py.mako
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
#
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
#
"""${message}

Revision ID: ${up_revision}
Revises: ${down_revision | comma,n}
Create Date: ${create_date}

"""
from typing import Sequence
# pylint: disable=no-member

from collections.abc import Sequence

from alembic import op
import sqlalchemy as sa
Expand Down

0 comments on commit 96ac617

Please sign in to comment.