Skip to content

Commit f44ceb8

Browse files
committed
typeddict bug fix
1 parent 738cdb1 commit f44ceb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autointent/configs/_vector_index.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
from typing import Any, TypedDict
1+
from typing import Any
22

33
from pydantic import BaseModel, Field
4+
from typing_extensions import TypedDict
45

56

67
class VectorIndexConfig(BaseModel): ...

0 commit comments

Comments
 (0)