Skip to content

Commit 49d4535

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8c76cc2 commit 49d4535

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/reshape/reshape.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,6 @@ def _stack_multi_column_index(columns: MultiIndex) -> MultiIndex | Index:
779779
levs = (
780780
[lev[c] if c >= 0 else None for c in codes]
781781
for lev, codes in zip(columns.levels[:-1], columns.codes[:-1], strict=True)
782-
783782
)
784783

785784
# Remove duplicate tuples in the MultiIndex.

0 commit comments

Comments
 (0)