Skip to content

Commit 3ab8c7a

Browse files
remove whitespace for style
1 parent cc1a73d commit 3ab8c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def test_sortByKey_uses_all_partitions_not_only_first_and_last(self):
873873
sizes = sort.glom().map(len).collect()
874874
for size in sizes:
875875
self.assertGreater(size, 0)
876-
876+
877877
def test_pipe_functions(self):
878878
data = ['1', '2', '3']
879879
rdd = self.sc.parallelize(data)

0 commit comments

Comments
 (0)