Skip to content

Commit ca4fe6f

Browse files
committed
rename buglet
1 parent 34188e1 commit ca4fe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/sparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import operator
1212

1313
from pandas.core.common import (isnull, _pickle_array, _unpickle_array,
14-
_mut_exclusive, _ensure_index)
14+
_mut_exclusive, _ensure_index, _try_sort)
1515
from pandas.core.index import Index
1616
from pandas.core.series import Series, TimeSeries
1717
from pandas.core.frame import DataFrame, extract_index

0 commit comments

Comments
 (0)