Remove and reorder unused imports across the project for cleaner and more consistent code structure
This commit is contained in:
@@ -7,9 +7,9 @@ Create Date: 2025-02-28 09:19:33.212278
|
||||
"""
|
||||
from typing import Sequence, Union
|
||||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import postgresql
|
||||
|
||||
from alembic import op
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
revision: str = '38bf9e7e74b3'
|
||||
|
||||
Reference in New Issue
Block a user