Skip to content

Commit 0c9c37a

Browse files
committed
CLN: Fix a pep8 issue
1 parent 07133b0 commit 0c9c37a

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
@@ -3046,7 +3046,6 @@ def _update_indexer(idxr, indexer=indexer):
30463046
elif com.is_null_slice(k):
30473047
# empty slice
30483048
# index is given to conserve the order of this level
3049-
# See test TestMultiIndexSlicers.test_per_axis_per_level_doc_examples in tests/indexings
30503049
indexer = Int64Index(np.arange(n)) & indexer
30513050

30523051
elif isinstance(k, slice):

0 commit comments

Comments
 (0)