Skip to content

Commit

Permalink
unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aishwarya Satwani authored and Aishwarya Satwani committed Nov 11, 2024
1 parent c42de55 commit c6e5186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
Create Date: 2024-10-29 14:06:37.323505
"""
from typing import Sequence, Union

import sqlalchemy as sa
from alembic import op
from typing import Sequence, Union

# revision identifiers, used by Alembic.
revision: str = 'f8667df4b049'
down_revision: Union[str, None] = ('0f5739c4d79d', '9bd2ccb216a6')
revision: str = "f8667df4b049"
down_revision: Union[str, None] = ("0f5739c4d79d", "9bd2ccb216a6")
branch_labels: Union[str, Sequence[str], None] = None
depends_on: Union[str, Sequence[str], None] = None

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from typing import Sequence, Union

import sqlalchemy as sa
from alembic import op

# revision identifiers, used by Alembic.
Expand Down

0 comments on commit c6e5186

Please sign in to comment.