Skip to content

Commit b8f078a

Browse files
author
Carlos Souza
committed
Small code standard change
1 parent 7448b96 commit b8f078a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pandas/tests/frame/test_asof.py

-6
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,3 @@ def test_all_nans(self):
106106
result = DataFrame(np.nan, index=[1, 2], columns=['A', 'B']).asof(3)
107107
expected = Series(np.nan, index=['A', 'B'])
108108
tm.assert_series_equal(result, expected)
109-
110-
111-
112-
113-
114-

0 commit comments

Comments
 (0)