Skip to content

Commit 921cb66

Browse files
committed
lint
1 parent 5d8545b commit 921cb66

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

autointent/_pipeline/_pipeline.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
from autointent import Context, Dataset
1212
from autointent.configs import InferenceNodeConfig, LoggingConfig, VectorIndexConfig
13-
from autointent.custom_types import ListOfGenericLabels, NodeType
14-
from autointent.configs import CrossEncoderConfig, EmbedderConfig, InferenceNodeConfig, LoggingConfig, VectorIndexConfig
1513
from autointent.custom_types import ListOfGenericLabels, NodeType, ValidationScheme
1614
from autointent.metrics import PREDICTION_METRICS_MULTILABEL
1715
from autointent.nodes import InferenceNode, NodeOptimizer

autointent/modules/embedding/_logreg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""LogregAimedEmbedding class for a proxy optimzation of embedding."""
22

3-
from typing import Any, Literal
3+
from typing import Any
44

55
import numpy as np
66
from numpy.typing import NDArray

autointent/modules/embedding/_retrieval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""RetrievalAimedEmbedding class for a proxy optimization of embedding."""
22

3-
from typing import Any, Literal
3+
from typing import Any
44

55
from autointent import Context, VectorIndex
66
from autointent.context.optimization_info import RetrieverArtifact

0 commit comments

Comments
 (0)