Skip to content

Commit 6eb53f6

Browse files
committed
removed an additional line
1 parent 31f6099 commit 6eb53f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/test_duplicates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ def test_drop_duplicates_empty():
286286
tm.assert_frame_equal(result, expected)
287287

288288

289-
290289
def test_drop_duplicates_NA():
291290
# none
292291
df = DataFrame({'A': [None, None, 'foo', 'bar',

0 commit comments

Comments
 (0)