Skip to content

Commit

Permalink
noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed May 2, 2024
1 parent 62216a8 commit 520f145
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
revision = "3dfd0e78650e"
down_revision = "5f57af97bc3f"

from alembic import op
from alembic import op # noqa: E402

from superset.migrations.shared.utils import table_has_index
from superset.migrations.shared.utils import table_has_index # noqa: E402

table = "query"
index = "ix_sql_editor_id"
Expand Down

0 comments on commit 520f145

Please sign in to comment.