Skip to content

Commit 04ae1d5

Browse files
Remove spurious empty line
1 parent 98fa101 commit 04ae1d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/rdd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ def pipe(self, command, env={}, checkCode=False):
696696
697697
:param checkCode: whether or not to check the return value of the shell command.
698698
"""
699-
700699
def func(iterator):
701700
pipe = Popen(
702701
shlex.split(command), env=env, stdin=PIPE, stdout=PIPE)

0 commit comments

Comments
 (0)