chore: remove sqlparse (#33564)

This commit is contained in:
Beto Dealmeida
2025-06-04 19:31:41 -04:00
committed by GitHub
parent a7aa8f7cef
commit a26e1d822a
77 changed files with 488 additions and 3133 deletions

View File

@@ -38,8 +38,7 @@ from superset.connectors.sqla.models import SqlaTable, TableColumn
from superset.errors import SupersetErrorType
from superset.exceptions import OAuth2Error, OAuth2RedirectError
from superset.models.core import Database
from superset.sql.parse import LimitMethod
from superset.sql_parse import Table
from superset.sql.parse import LimitMethod, Table
from superset.utils import json
from tests.unit_tests.conftest import with_feature_flags