Skip to content

Commit e126877

Browse files
committed
Format changes for test
1 parent 940aecc commit e126877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/interval/test_interval_range.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ def test_float_freq(self):
383383

384384
def test_interval_range_float32_start_int_freq(self):
385385
# GH 58964
386-
387386
result = interval_range(start=np.float32(0), end=2, freq=1)
388387
expected = IntervalIndex.from_tuples(
389388
[(0.0, 1.0), (1.0, 2.0)], dtype="interval[float64, right]"

0 commit comments

Comments
 (0)