Skip to content

Commit c46ff07

Browse files
committed
Added tests for ABC Types, Issue #10828
1 parent b301d82 commit c46ff07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/test_common.py

-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ def test_abc_types():
104104
assert(isinstance(period, com.ABCPeriod))
105105

106106

107-
108-
109107
def test_notnull():
110108
assert notnull(1.)
111109
assert not notnull(None)

0 commit comments

Comments
 (0)