Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed May 16, 2024
1 parent 6535377 commit d49c556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_msmarco.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from searcharray.utils.sort import SetOfResults
from test_utils import Profiler, profile_enabled
from tokenizers import snowball_tokenizer
from msmarco_utils import msmarco1m_raw_path, msmarco100k_raw_path, msmarco_all_raw_path, csv_col_iter, msmarco_gz_path
from msmarco_utils import msmarco1m_raw_path, msmarco100k_raw_path, msmarco_all_raw_path, csv_col_iter

# Set logging output to stdout
logging.basicConfig(level=logging.DEBUG,
Expand Down

0 comments on commit d49c556

Please sign in to comment.