Skip to content

Commit 18824d7

Browse files
committed
fix assert never issue
1 parent f44ceb8 commit 18824d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autointent/_wrappers/vector_index/vector_index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
import json
99
import logging
1010
from pathlib import Path
11-
from typing import TYPE_CHECKING, Any, assert_never
11+
from typing import TYPE_CHECKING, Any
1212

1313
import numpy as np
1414
import numpy.typing as npt
15+
from typing_extensions import assert_never
1516

1617
from autointent._wrappers import Embedder
1718
from autointent.configs import EmbedderConfig, FaissConfig, OpenSearchConfig, TaskTypeEnum, VectorIndexConfig

0 commit comments

Comments
 (0)