Skip to content

Commit a4217da

Browse files
committed
remove unnecessary import
1 parent 4ecb061 commit a4217da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/autointent/_wrappers/embedder/sentence_transformers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ def load(cls, path: Path) -> "SentenceTransformerEmbeddingBackend":
312312
"""
313313
import json
314314

315-
from autointent.configs._embedder import SentenceTransformerEmbeddingConfig
316-
317315
# Load configuration
318316
config_path = path / "config.json"
319317
with config_path.open("r", encoding="utf-8") as file:

0 commit comments

Comments
 (0)