We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46ff07 commit 1ec75e1Copy full SHA for 1ec75e1
pandas/tests/test_common.py
@@ -84,7 +84,6 @@ def test_abc_types():
84
sparse_series = series.to_sparse()
85
sparse_array = pd.SparseArray(np.random.randn(10))
86
period = pd.Period('2012', freq='A-DEC')
87
-
88
assert(isinstance(index, com.ABCIndex))
89
assert(isinstance(int64_index, com.ABCInt64Index))
90
assert(isinstance(float64_index, com.ABCFloat64Index))
0 commit comments