Skip to content

Commit

Permalink
Refactor import statement in test_sparse_embeddings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NirantK committed Mar 12, 2024
1 parent c1ecd7b commit 5a834ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sparse_embeddings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from fastembed.text.text_embeddings import TextEmbedding
from fastembed import TextEmbedding

CANONICAL_COLUMN_VALUES = {
"prithvida/SPLADE_PP_en_v1": [2040,
Expand Down

0 comments on commit 5a834ea

Please sign in to comment.