Skip to content

Commit 994cfee

Browse files
committed
fix: add typealias to numpy type
1 parent d709b58 commit 994cfee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastembed/common/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ImageInput: TypeAlias = PathInput | Image.Image
1111

1212
OnnxProvider: TypeAlias = str | tuple[str, dict[Any, Any]]
13-
NumpyArray = (
13+
NumpyArray: TypeAlias = (
1414
NDArray[np.float64]
1515
| NDArray[np.float32]
1616
| NDArray[np.float16]

0 commit comments

Comments
 (0)