Skip to content

Commit f385976

Browse files
committed
delete inproper comments
1 parent b0f2015 commit f385976

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/pyspark/streaming/tests.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616
#
1717

1818
"""
19-
Unit tests for PySpark; additional tests are implemented as doctests in
19+
Unit tests for Python SparkStreaming; additional tests are implemented as doctests in
2020
individual modules.
2121
22-
This file would be merged to tests.py after all functions are ready.
23-
Since python API for streaming is beta, this file is separated.
24-
2522
Callback server is sometimes unstable sometimes, which cause error in test case.
2623
But this is very rare case.
27-
2824
"""
2925
from itertools import chain
3026
import time

0 commit comments

Comments
 (0)