Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng committed Aug 7, 2024
1 parent 458756c commit 2180a88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions alembic/versions/2024_08_06_1515-8f237f00faeb_add_gb_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
Create Date: 2024-08-06 15:15:15.369986+00:00
"""

from typing import Sequence, Union

from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision: str = '8f237f00faeb'
down_revision: Union[str, None] = 'c5ed5a3a14eb'
revision: str = "8f237f00faeb"
down_revision: Union[str, None] = "c5ed5a3a14eb"
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None

Expand Down

0 comments on commit 2180a88

Please sign in to comment.