Skip to content

Commit

Permalink
Remove the unnecessary import in Python unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw committed Jul 15, 2015
1 parent 73412c3 commit 57ac03d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/pyspark/mllib/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ class LDAModel(JavaModelWrapper):
Blei, Ng, and Jordan. "Latent Dirichlet Allocation." JMLR, 2003.
>>> from pyspark.mllib.linalg import Vectors
>>> from collections import namedtuple
>>> from numpy.testing import assert_almost_equal
>>> data = [
... [1, Vectors.dense([0.0, 1.0])],
Expand Down

0 comments on commit 57ac03d

Please sign in to comment.