Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit dc2e87a

Browse files
formatting changes
1 parent bf1112b commit dc2e87a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

migrations/versions/2025_01_21_0820-4dec3e456c9e_add_on_delete_cascade.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
Create Date: 2025-01-21 08:20:12.221051+00:00
66
77
"""
8+
89
from typing import Sequence, Union
910

1011
from alembic import op
11-
import sqlalchemy as sa
12-
1312

1413
# revision identifiers, used by Alembic.
15-
revision: str = '4dec3e456c9e'
16-
down_revision: Union[str, None] = 'e6227073183d'
14+
revision: str = "4dec3e456c9e"
15+
down_revision: Union[str, None] = "e6227073183d"
1716
branch_labels: Union[str, Sequence[str], None] = None
1817
depends_on: Union[str, Sequence[str], None] = None
1918

0 commit comments

Comments
 (0)