Skip to content

Commit 46021a6

Browse files
committed
empty line
1 parent d829a76 commit 46021a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/ml/tests/test_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def predict(inputs):
214214
# results should be the same
215215
df1 = self.df.withColumn("preds", identity(struct("a"))).toPandas()
216216
df2 = self.df.withColumn("preds", identity(struct("a"))).toPandas()
217-
218217
self.assertTrue(df1.equals(df2))
219218

220219
identity = predict_batch_udf(make_predict_fn, return_type=DoubleType(), batch_size=5)

0 commit comments

Comments
 (0)