Skip to content

Commit 7571e90

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0c46662 commit 7571e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

alembic/versions/9513acd42747_initial_migration.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
"""Initial migration
22
33
Revision ID: 9513acd42747
4-
Revises:
4+
Revises:
55
Create Date: 2025-02-09 02:54:48.803960
66
77
"""
8+
89
from typing import Sequence, Union
910

1011
from alembic import op

0 commit comments

Comments
 (0)