Skip to content

Commit

Permalink
chore: clean up unused imports in db migration scripts (apache#19630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud authored and philipher29 committed Jun 9, 2022
1 parent a65b0c0 commit 75c98ef
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy import and_, func, or_
from sqlalchemy.dialects import postgresql
from sqlalchemy.sql.schema import Table
from sqlalchemy import func

from superset import db
from superset.connectors.sqla.models import SqlaTable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql

from superset.utils.core import generic_find_constraint_name


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


def upgrade():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql


def upgrade():
Expand Down

0 comments on commit 75c98ef

Please sign in to comment.