From 2894695696b16829b151276ffd7b5cae70549a0b Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Thu, 21 May 2015 14:34:11 -0700 Subject: [PATCH] remove extra blank line --- python/pyspark/mllib/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyspark/mllib/tests.py b/python/pyspark/mllib/tests.py index 7ce42b12414b9..9de299bdc4f54 100644 --- a/python/pyspark/mllib/tests.py +++ b/python/pyspark/mllib/tests.py @@ -451,7 +451,6 @@ def test_regression(self): rdd, categoricalFeaturesInfo=categoricalFeaturesInfo, numIterations=4, maxBins=1) - class StatTests(MLlibTestCase): # SPARK-4023 def test_col_with_different_rdds(self):