From 3ab8c7a4e666fc0b9d60b1462e8f233b94ce783e Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 18 Jun 2015 12:08:54 +0100 Subject: [PATCH] remove whitespace for style --- python/pyspark/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py index 0046e53a5fc3e..aba5606ab71b7 100644 --- a/python/pyspark/tests.py +++ b/python/pyspark/tests.py @@ -873,7 +873,7 @@ def test_sortByKey_uses_all_partitions_not_only_first_and_last(self): sizes = sort.glom().map(len).collect() for size in sizes: self.assertGreater(size, 0) - + def test_pipe_functions(self): data = ['1', '2', '3'] rdd = self.sc.parallelize(data)