Skip to content

Commit 1ec75e1

Browse files
committed
Added tests for ABC Types, Issue pandas-dev#10828
1 parent c46ff07 commit 1ec75e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_common.py

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def test_abc_types():
8484
sparse_series = series.to_sparse()
8585
sparse_array = pd.SparseArray(np.random.randn(10))
8686
period = pd.Period('2012', freq='A-DEC')
87-
8887
assert(isinstance(index, com.ABCIndex))
8988
assert(isinstance(int64_index, com.ABCInt64Index))
9089
assert(isinstance(float64_index, com.ABCFloat64Index))

0 commit comments

Comments
 (0)