Skip to content

Commit a41b065

Browse files
committed
Cleanup
1 parent d9ca1c0 commit a41b065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/algorithms.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,6 @@ def mode(
10121012
return npresult, res_mask # type: ignore[return-value]
10131013

10141014
try:
1015-
# npresult = np.sort(npresult)
10161015
npresult = safe_sort(npresult)
10171016
except TypeError as err:
10181017
warnings.warn(

0 commit comments

Comments
 (0)