From 32b1af373d08c8ca80fef086e6e680ad70f13c11 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Fri, 28 Feb 2020 11:32:54 +0200 Subject: [PATCH] STY: spaces in wrong place --- pandas/tests/base/test_ops.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pandas/tests/base/test_ops.py b/pandas/tests/base/test_ops.py index f85d823cb2fac..06ba6cc34ad92 100644 --- a/pandas/tests/base/test_ops.py +++ b/pandas/tests/base/test_ops.py @@ -213,9 +213,9 @@ def test_value_counts_unique_nunique(self, index_or_series_obj): if orig.duplicated().any(): pytest.xfail( - "The test implementation isn't flexible enough to deal" - " with duplicated values. This isn't a bug in the" - " application code, but in the test code." + "The test implementation isn't flexible enough to deal " + "with duplicated values. This isn't a bug in the " + "application code, but in the test code." ) # create repeated values, 'n'th element is repeated by n+1 times @@ -279,9 +279,9 @@ def test_value_counts_unique_nunique_null(self, null_obj, index_or_series_obj): pytest.skip("MultiIndex doesn't support isna") elif orig.duplicated().any(): pytest.xfail( - "The test implementation isn't flexible enough to deal" - " with duplicated values. This isn't a bug in the" - " application code, but in the test code." + "The test implementation isn't flexible enough to deal " + "with duplicated values. This isn't a bug in the " + "application code, but in the test code." ) # special assign to the numpy array