Skip to content

Commit 717cae3

Browse files
chean.wei.khorchean.wei.khor
chean.wei.khor
authored and
chean.wei.khor
committed
pre commit
1 parent 80120b7 commit 717cae3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/interval/test_astype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def test_subtype_integer(self, subtype):
161161
@pytest.mark.parametrize("subtype", ["int64", "uint64"])
162162
def test_subtype_integer_with_non_integer_borders(self, subtype):
163163
index = interval_range(0.0, 3.0, freq=0.25)
164-
165164
dtype = IntervalDtype(subtype, "right")
166165
result = index.astype(dtype)
167166
expected = IntervalIndex.from_arrays(

0 commit comments

Comments
 (0)