Skip to content

Commit 741a0d0

Browse files
committed
Fixed style
1 parent f4f094c commit 741a0d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/streaming/tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def tearDown(self):
7676
if jStreamingContextOption.nonEmpty():
7777
jStreamingContextOption.get().stop(false)
7878

79-
8079
def wait_for(self, result, n):
8180
start_time = time.time()
8281
while len(result) < n and time.time() - start_time < self.timeout:

0 commit comments

Comments
 (0)