Skip to content

Commit

Permalink
fixps
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Jan 4, 2025
1 parent 8a01c3f commit f2c2309
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
#
"""Add trial_runner_id column
"""
Add trial_runner_id column.
Revision ID: f83fb8ae7fc4
Revises: d2a708351ba8
Create Date: 2025-01-03 21:25:48.848196+00:00
"""
from typing import Sequence
# pylint: disable=no-member

from collections.abc import Sequence

import sqlalchemy as sa
from alembic import op
Expand Down

0 comments on commit f2c2309

Please sign in to comment.