Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Nov 23, 2024
1 parent 79074e1 commit 6b8e79b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pyterrier_dr/flex/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
import more_itertools
import pandas as pd
import pyterrier as pt
from pyterrier.model import add_ranks
from npids import Lookup
from enum import Enum
from .. import SimFn
from ..indexes import RankedLists
import ir_datasets
import torch
import pyterrier_alpha as pta

logger = ir_datasets.log.easy()
Expand Down
1 change: 0 additions & 1 deletion pyterrier_dr/indexes.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import threading
import torch
import itertools
import math
Expand Down
1 change: 0 additions & 1 deletion pyterrier_dr/sbert_models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from more_itertools import chunked
import numpy as np
import torch
import pyterrier as pt
Expand Down
1 change: 0 additions & 1 deletion pyterrier_dr/tctcolbert_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import numpy as np
import torch
from transformers import AutoTokenizer, AutoModel
import pyterrier as pt
from . import BiEncoder


Expand Down

0 comments on commit 6b8e79b

Please sign in to comment.