Skip to content

Commit 289daf5

Browse files
authored
Update __init__.py
1 parent 6161024 commit 289daf5

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

autointent/modules/__init__.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@
1111
TunablePredictor,
1212
)
1313
from .retrieval import RetrievalModule, VectorDBModule
14-
from .scoring import (DescriptionScorer,
15-
DNNCScorer,
16-
KNNScorer,
17-
LinearScorer,
18-
MLKnnScorer,
19-
RerankScorer,
20-
ScoringModule,
21-
SklearnScorer
14+
from .scoring import (
15+
DescriptionScorer,
16+
DNNCScorer,
17+
KNNScorer,
18+
LinearScorer,
19+
MLKnnScorer,
20+
RerankScorer,
21+
ScoringModule,
22+
SklearnScorer,
2223
)
24+
2325
T = TypeVar("T", bound=Module)
2426

2527

0 commit comments

Comments
 (0)