Skip to content
This repository was archived by the owner on Dec 22, 2019. It is now read-only.

Commit 2378593

Browse files
author
araraonline
committed
Refactor _union_indices (partial)
1 parent d5bad37 commit 2378593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/indexes/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ def conv(i):
145145
sort = True
146146
return _unique_indices(indexes)
147147

148-
else: # kind='list'
149-
148+
else: # kind == 'list'
150149
return _unique_indices(indexes)
151150

152151

0 commit comments

Comments
 (0)