Skip to content

Commit 6fef2f1

Browse files
committed
Removed keyword
1 parent 2ea9cbc commit 6fef2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/taskcontext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ def getLocalProperty(self, key):
9494
"""
9595
Get a local property set upstream in the driver, or None if it is missing.
9696
"""
97-
return self._localProperties.get(key, default=None)
97+
return self._localProperties.get(key, None)

0 commit comments

Comments
 (0)