Skip to content

Commit

Permalink
comment out unused import to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
malteweber committed May 26, 2024
1 parent e37eff7 commit adc7d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trec_biogen/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from elasticsearch7_dsl.query import Query, Match, Exists, Bool
from pandas import DataFrame
from pyterrier.transformer import Transformer
from pyterrier.text import MaxPassage
#from pyterrier.text import MaxPassage

from trec_biogen.pubmed import Article
from trec_biogen.elasticsearch import elasticsearch_connection
Expand Down

0 comments on commit adc7d37

Please sign in to comment.