From 1d4714b3e62f95345caa5bf9decb9a0b295397a1 Mon Sep 17 00:00:00 2001 From: lewuathe Date: Mon, 22 Jun 2015 21:03:18 +0900 Subject: [PATCH] Fix style --- python/pyspark/mllib/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyspark/mllib/tests.py b/python/pyspark/mllib/tests.py index 5af7d74999c06..886dbcf9aa982 100644 --- a/python/pyspark/mllib/tests.py +++ b/python/pyspark/mllib/tests.py @@ -24,6 +24,7 @@ import tempfile import array as pyarray from time import time, sleep + from numpy import array, array_equal, zeros, inf, all, random from numpy import sum as array_sum from py4j.protocol import Py4JJavaError