diff --git a/lmdb_embeddings/tests/test_embeddings.py b/lmdb_embeddings/tests/test_embeddings.py index e3b1873..f809f2b 100644 --- a/lmdb_embeddings/tests/test_embeddings.py +++ b/lmdb_embeddings/tests/test_embeddings.py @@ -1,5 +1,4 @@ """ - directory_path = str(tmp_path) LMDB Embeddings - Fast word vectors with little memory usage in Python. dom.hudson@thoughtriver.com