Skip to content

Commit 57ac03d

Browse files
committed
Remove the unnecessary import in Python unit testing
1 parent 73412c3 commit 57ac03d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/mllib/clustering.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ class LDAModel(JavaModelWrapper):
590590
Blei, Ng, and Jordan. "Latent Dirichlet Allocation." JMLR, 2003.
591591
592592
>>> from pyspark.mllib.linalg import Vectors
593-
>>> from collections import namedtuple
594593
>>> from numpy.testing import assert_almost_equal
595594
>>> data = [
596595
... [1, Vectors.dense([0.0, 1.0])],

0 commit comments

Comments
 (0)