aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/tests.py')
-rw-r--r--python/pyspark/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py
index 23720502a8..5bd9447659 100644
--- a/python/pyspark/tests.py
+++ b/python/pyspark/tests.py
@@ -2008,7 +2008,6 @@ class NumPyTests(PySparkTestCase):
if __name__ == "__main__":
- from pyspark.tests import *
if not _have_scipy:
print("NOTE: Skipping SciPy tests as it does not seem to be installed")
if not _have_numpy: