Skip to content

Commit 605ed93

Browse files
author
schintap
committed
Fix style and remove self
1 parent 67a2ac8 commit 605ed93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/tests/test_broadcast.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ def test_broadcast_value_driver_no_encryption(self):
8080
self._test_broadcast_on_driver()
8181

8282
def test_broadcast_value_driver_encryption(self):
83-
self.self._test_broadcast_on_driver(("spark.io.encryption.enabled", "true"))
83+
self._test_broadcast_on_driver(("spark.io.encryption.enabled", "true"))
84+
8485

8586
class BroadcastFrameProtocolTest(unittest.TestCase):
8687

0 commit comments

Comments
 (0)