Skip to content

Commit e56dc89

Browse files
Remove unused imports in Alembic migration script
Cleaned up unused imports from the migration file to improve code readability and reduce unnecessary dependencies. This change has no impact on functionality but simplifies the codebase.
1 parent cf61a59 commit e56dc89

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

keep/api/models/db/migrations/versions/2025-03-13-12-53_72611d1dadf2.py

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
77
"""
88

9-
import sqlalchemy as sa
10-
import sqlalchemy_utils
11-
import sqlmodel
12-
from alembic import op
13-
149
# revision identifiers, used by Alembic.
1510
revision = "72611d1dadf2"
1611
down_revision = ("9f11356d8ed9", "aaec81b991bd")

0 commit comments

Comments
 (0)