From d3013f75a6ba384243dbdac69c9cee53dc76f722 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <50263213+MomIsBestFriend@users.noreply.github.com> Date: Fri, 20 Mar 2020 18:09:26 +0200 Subject: [PATCH] STY: Correct whitespace placement (#32830) --- pandas/tests/indexes/test_common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandas/tests/indexes/test_common.py b/pandas/tests/indexes/test_common.py index 6f0920c11a6e6..a220ae6361b79 100644 --- a/pandas/tests/indexes/test_common.py +++ b/pandas/tests/indexes/test_common.py @@ -307,13 +307,13 @@ def test_drop_duplicates(self, indices, keep): pytest.skip("MultiIndex is tested separately") if isinstance(indices, RangeIndex): pytest.skip( - "RangeIndex is tested in test_drop_duplicates_no_duplicates" - " as it cannot hold duplicates" + "RangeIndex is tested in test_drop_duplicates_no_duplicates " + "as it cannot hold duplicates" ) if len(indices) == 0: pytest.skip( - "empty index is tested in test_drop_duplicates_no_duplicates" - " as it cannot hold duplicates" + "empty index is tested in test_drop_duplicates_no_duplicates " + "as it cannot hold duplicates" ) # make unique index