mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-05-11 01:46:15 +00:00
fix: mypy
This commit is contained in:
parent
430cbf3722
commit
29c03cf694
@ -38,10 +38,10 @@ class NodeStoreComponent:
|
||||
|
||||
case "postgres":
|
||||
try:
|
||||
from llama_index.storage.docstore.postgres import (
|
||||
from llama_index.storage.docstore.postgres import ( # type: ignore
|
||||
PostgresDocumentStore,
|
||||
)
|
||||
from llama_index.storage.index_store.postgres import (
|
||||
from llama_index.storage.index_store.postgres import ( # type: ignore
|
||||
PostgresIndexStore,
|
||||
)
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user