refactor: remove unused flatten function (#20582)

This commit is contained in:
Yongjie Zhao
2022-07-01 19:17:55 +08:00
committed by GitHub
parent 290b89c7b4
commit b870a21eaa
17 changed files with 28 additions and 192 deletions

View File

@@ -33,7 +33,6 @@ from superset.utils.pandas_postprocessing.resample import resample
from superset.utils.pandas_postprocessing.rolling import rolling
from superset.utils.pandas_postprocessing.select import select
from superset.utils.pandas_postprocessing.sort import sort
from superset.utils.pandas_postprocessing.utils import _flatten_column_after_pivot
__all__ = [
"aggregate",
@@ -53,5 +52,4 @@ __all__ = [
"select",
"sort",
"flatten",
"_flatten_column_after_pivot",
]