Skip to content

Commit

Permalink
Removed keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed May 30, 2018
1 parent 2ea9cbc commit 6fef2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/taskcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ def getLocalProperty(self, key):
"""
Get a local property set upstream in the driver, or None if it is missing.
"""
return self._localProperties.get(key, default=None)
return self._localProperties.get(key, None)

0 comments on commit 6fef2f1

Please sign in to comment.