Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
pengowray committed May 13, 2017
1 parent 9e0e01a commit 0dcb44e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gensim/similarities/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

from gensim.models.doc2vec import Doc2Vec
from gensim.models.word2vec import Word2Vec
from gensim.models.keyedvectors import KeyedVectors
try:
from annoy import AnnoyIndex
except ImportError:
Expand Down

0 comments on commit 0dcb44e

Please sign in to comment.