Skip to content

Commit 856461b

Browse files
jeffcrouseclaude
andcommitted
fix: ruff UP007 in drop_is_wishlist migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 697856d commit 856461b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backend/migrations/versions/20260307_drop_is_wishlist.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
Create Date: 2026-03-07
66
77
"""
8-
from typing import Union
9-
108
import sqlalchemy as sa
119
from alembic import op
1210

1311
revision: str = "20260307_drop_is_wishlist"
14-
down_revision: Union[str, None] = "20260306_merge_heads"
12+
down_revision: str | None = "20260306_merge_heads"
1513
branch_labels = None
1614
depends_on = None
1715

0 commit comments

Comments
 (0)