Skip to content

Commit a968f6e

Browse files
committed
remove unnecessary newline
1 parent 4d182ad commit a968f6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/sorting.py

-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ def nargsort(
311311
non_nans = non_nans[::-1]
312312
non_nan_idx = non_nan_idx[::-1]
313313
indexer = non_nan_idx[non_nans.argsort(kind=kind)]
314-
315314
if not ascending:
316315
indexer = indexer[::-1]
317316
# Finally, place the NaNs at the end or the beginning according to

0 commit comments

Comments
 (0)