Skip to content

Commit

Permalink
Merge branch 'fix-pandas-devgh-14922' of github.com:uweschmitt/pandas…
Browse files Browse the repository at this point in the history
… into fix-pandas-devgh-14922
  • Loading branch information
uweschmitt committed Dec 21, 2016
2 parents 03699c6 + 1afdbb8 commit 358a31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/tests/frame/test_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

from pandas.util.testing import (assert_series_equal,
assert_frame_equal,
assertRaisesRegexp)
assertRaisesRegexp,
is_sorted)

import pandas.util.testing as tm

Expand Down

0 comments on commit 358a31e

Please sign in to comment.