Skip to content

Commit d14f2f1

Browse files
committed
[SPARK-2470] PEP8 fixes to __init__.py
1 parent 81fcb20 commit d14f2f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@
5959
from pyspark.storagelevel import StorageLevel
6060

6161

62-
__all__ = ["SparkConf", "SparkContext", "SQLContext", "RDD", "SchemaRDD", "SparkFiles", "StorageLevel", "Row"]
62+
__all__ = ["SparkConf", "SparkContext", "SQLContext", "RDD", "SchemaRDD",
63+
"SparkFiles", "StorageLevel", "Row"]

0 commit comments

Comments
 (0)