Skip to content

Commit

Permalink
Remove unused sqlalchemy import in migration script
Browse files Browse the repository at this point in the history
The sqlalchemy import was included but not used in the migration file, creating unnecessary clutter. This change improves code readability and maintains a clean codebase.
  • Loading branch information
VladimirFilonov committed Feb 5, 2025
1 parent 645972f commit 5404b29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

import sqlalchemy as sa
from alembic import op
from sqlalchemy import text
from sqlalchemy.orm import Session
Expand Down

0 comments on commit 5404b29

Please sign in to comment.