Skip to content

Commit 8ebcac2

Browse files
committed
fix python style
1 parent 91172d8 commit 8ebcac2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/pyspark/mllib/tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
Fuller unit tests for Python MLlib.
2020
"""
2121

22-
import os, sys, tempfile
22+
import os
23+
import sys
24+
impprt tempfile
2325
import array as pyarray
2426

2527
from numpy import array, array_equal
@@ -268,7 +270,6 @@ def test_classification(self):
268270
except OSError:
269271
pass
270272

271-
272273
def test_regression(self):
273274
from pyspark.mllib.regression import LinearRegressionWithSGD, LassoWithSGD, \
274275
RidgeRegressionWithSGD

0 commit comments

Comments
 (0)