Skip to content

Commit

Permalink
build: fix CI (linting of migration file) (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Nov 23, 2023
1 parent 1fa567e commit 7634ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"""
from typing import Sequence, Union

from alembic import op
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
revision: str = "5acb37b190cc"
Expand Down

0 comments on commit 7634ee7

Please sign in to comment.