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

@@ -18,7 +18,7 @@
import pytest # noqa: F401
from pytest_mock import MockerFixture
from superset.sql_parse import Table
from superset.sql.parse import Table
def test_epoch_to_dttm() -> None: