Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7db636

Browse files
committedDec 16, 2019
CLN: Fix a pep8 issue
1 parent 60c90fe commit a7db636

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
@@ -3098,7 +3098,6 @@ def _update_indexer(idxr, indexer=indexer):
30983098
elif com.is_null_slice(k):
30993099
# empty slice
31003100
# index is given to conserve the order of this level
3101-
# See test TestMultiIndexSlicers.test_per_axis_per_level_doc_examples in tests/indexings
31023101
indexer = Int64Index(np.arange(n)) & indexer
31033102

31043103
elif isinstance(k, slice):

0 commit comments

Comments
 (0)
Please sign in to comment.