Skip to content

Commit 03f6c42

Browse files
committed
fix indent issue
1 parent ebd66ab commit 03f6c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/test_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3483,7 +3483,7 @@ def test_iloc_mask(self):
34833483
('locs', ''): 'Unalignable labels in boolean Series index '
34843484
"Int64Index([3, 2, 1, 0], dtype='int64')",
34853485
('locs', '.loc'): 'Unalignable labels in boolean Series index '
3486-
"Int64Index([3, 2, 1, 0], dtype='int64')",
3486+
"Int64Index([3, 2, 1, 0], dtype='int64')",
34873487
('locs', '.iloc'): ('iLocation based boolean indexing on an '
34883488
'integer type is not available'),
34893489
}

0 commit comments

Comments
 (0)