Skip to content

Commit

Permalink
remove util.pyterrier from util.__all__ since it's an optional depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
mrjleo committed Dec 13, 2024
1 parent 1a39b4d commit 4b9c927
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fast_forward/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
from tqdm import tqdm

from fast_forward.util import pyterrier
from fast_forward.util.indexer import Indexer, IndexingDict

if TYPE_CHECKING:
Expand All @@ -19,7 +18,6 @@
from fast_forward.ranking import Ranking

__all__ = [
"pyterrier",
"Indexer",
"IndexingDict",
"to_ir_measures",
Expand Down

0 comments on commit 4b9c927

Please sign in to comment.