Skip to content

Commit

Permalink
Small code standard change
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Souza committed Mar 25, 2017
1 parent 7448b96 commit b8f078a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pandas/tests/frame/test_asof.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,3 @@ def test_all_nans(self):
result = DataFrame(np.nan, index=[1, 2], columns=['A', 'B']).asof(3)
expected = Series(np.nan, index=['A', 'B'])
tm.assert_series_equal(result, expected)






0 comments on commit b8f078a

Please sign in to comment.