Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed May 28, 2018
1 parent 52610e3 commit b9d8dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyspark/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ def test_get_local_property(self):
prop2 = rdd.map(lambda x: TaskContext.get().getLocalProperty("otherkey")).collect()[0]
self.assertTrue(prop2 is None)


class RDDTests(ReusedPySparkTestCase):

def test_range(self):
Expand Down

0 comments on commit b9d8dd3

Please sign in to comment.