Skip to content

Commit 358a31e

Browse files
committed
Merge branch 'fix-pandas-devgh-14922' of github.com:uweschmitt/pandas into fix-pandas-devgh-14922
2 parents 03699c6 + 1afdbb8 commit 358a31e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/frame/test_sorting.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
from pandas.util.testing import (assert_series_equal,
1212
assert_frame_equal,
13-
assertRaisesRegexp)
13+
assertRaisesRegexp,
14+
is_sorted)
1415

1516
import pandas.util.testing as tm
1617

0 commit comments

Comments
 (0)