From 04ae1d5a8820afc3332a66f715b4fa0e154062ed Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Wed, 8 Jul 2015 12:56:19 +0100 Subject: [PATCH] Remove spurious empty line --- python/pyspark/rdd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyspark/rdd.py b/python/pyspark/rdd.py index 328e1d18d451b..c3bcaf9f3de20 100644 --- a/python/pyspark/rdd.py +++ b/python/pyspark/rdd.py @@ -696,7 +696,6 @@ def pipe(self, command, env={}, checkCode=False): :param checkCode: whether or not to check the return value of the shell command. """ - def func(iterator): pipe = Popen( shlex.split(command), env=env, stdin=PIPE, stdout=PIPE)