Skip to content

Commit

Permalink
fixing import errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Parry-Parry committed Dec 15, 2024
1 parent 9f0fc70 commit 40afea8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rankers/pyterrier/dot/dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
AutoModel,
AutoTokenizer,
)
from ...modelling import Dot, DotConfig
from ...modelling.dot.dot import Pooler
from ...modelling.dot.dot import Pooler, Dot, DotConfig
from typing import Union
import torch
import pandas as pd
Expand Down

0 comments on commit 40afea8

Please sign in to comment.