Skip to content

Commit 81fa6a3

Browse files
author
GitHub Actions
committed
Apply ruff formatting
1 parent d23b139 commit 81fa6a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexing/test_iloc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,6 @@ def test_setitem_pyarrow_int_series(self):
15491549
expected = Series([7, 8, 3], dtype="int64[pyarrow]")
15501550
tm.assert_series_equal(ser, expected)
15511551

1552-
15531552
def test_iloc_scalar_row_slice_columns_dtype(self):
15541553
# GH 63071
15551554
df = DataFrame([["a", 1.0, 2.0], ["b", 3.0, 4.0]])

0 commit comments

Comments
 (0)