Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

Commit

Permalink
SPARK-5361, make python pretty, so to pass PEP 8 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Winston Chen committed Jan 22, 2015
1 parent 126be6b commit 5d90a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/pyspark/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def test_compressed_serializer(self):
self.assertEqual(["abc", u"123", range(5)] + range(1000), list(ser.load_stream(io)))



class PySparkTestCase(unittest.TestCase):

def setUp(self):
Expand Down Expand Up @@ -718,7 +717,7 @@ def test_sample(self):
def test_multiple_python_java_RDD_conversions(self):
# Regression test for SPARK-5361
data = [
(u'1', {u'director': u'David Lean'}),
(u'1', {u'director': u'David Lean'}),
(u'2', {u'director': u'Andrew Dominik'})
]
from pyspark.rdd import RDD
Expand Down

0 comments on commit 5d90a83

Please sign in to comment.