Skip to content

Commit

Permalink
remove whitespace for style
Browse files Browse the repository at this point in the history
  • Loading branch information
megatron-me-uk committed Jun 18, 2015
1 parent cc1a73d commit 3ab8c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ab8c7a

Please sign in to comment.