Skip to content

Commit e178dbe

Browse files
committed
[SPARK-2470] style - change position of line break
1 parent 9127d2b commit e178dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyspark/shell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
from pyspark.storagelevel import StorageLevel
3636

3737
# this is the equivalent of ADD_JARS
38-
add_files = (
39-
os.environ.get("ADD_FILES").split(',') if os.environ.get("ADD_FILES") is not None else None)
38+
add_files = (os.environ.get("ADD_FILES").split(',')
39+
if os.environ.get("ADD_FILES") is not None else None)
4040

4141
if os.environ.get("SPARK_EXECUTOR_URI"):
4242
SparkContext.setSystemProperty("spark.executor.uri", os.environ["SPARK_EXECUTOR_URI"])

0 commit comments

Comments
 (0)