Skip to content

Commit 9e8676d

Browse files
Update pandas/core/indexes/multi.py
Co-authored-by: Álvaro Kothe <[email protected]>
1 parent 44985ad commit 9e8676d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/indexes/multi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2772,7 +2772,6 @@ def insert_level(self, position: int, value, name=None) -> MultiIndex:
27722772

27732773
new_names.insert(position, name)
27742774

2775-
from pandas import MultiIndex
27762775

27772776
return MultiIndex.from_tuples(new_tuples, names=new_names)
27782777

0 commit comments

Comments
 (0)