Skip to content

Commit 5515f8d

Browse files
authored
STY: Correct whitespace placement (#32830)
1 parent 1924fc4 commit 5515f8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/tests/indexes/test_common.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -307,13 +307,13 @@ def test_drop_duplicates(self, indices, keep):
307307
pytest.skip("MultiIndex is tested separately")
308308
if isinstance(indices, RangeIndex):
309309
pytest.skip(
310-
"RangeIndex is tested in test_drop_duplicates_no_duplicates"
311-
" as it cannot hold duplicates"
310+
"RangeIndex is tested in test_drop_duplicates_no_duplicates "
311+
"as it cannot hold duplicates"
312312
)
313313
if len(indices) == 0:
314314
pytest.skip(
315-
"empty index is tested in test_drop_duplicates_no_duplicates"
316-
" as it cannot hold duplicates"
315+
"empty index is tested in test_drop_duplicates_no_duplicates "
316+
"as it cannot hold duplicates"
317317
)
318318

319319
# make unique index

0 commit comments

Comments
 (0)