Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unittest2 imports #1490

Merged
merged 10 commits into from
Jul 21, 2017
Prev Previous commit
Next Next commit
Fix PEP8 error
souravsingh authored Jul 19, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 00d55aa5b4a1d806b384d6e8704b89085525e6db
2 changes: 1 addition & 1 deletion gensim/test/test_varembed_wrapper.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

import numpy as np

import unittest
import unittest

from gensim.models.wrappers import varembed