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

@@ -110,8 +110,6 @@ def test_resample_after_pivot():
aggregates={
"val": {"operator": "sum"},
},
flatten_columns=False,
reset_index=False,
)
"""
val