Fix GRAPH_FIELD_SEP import typo
This commit is contained in:
parent
6d5e73a251
commit
319d12bb6a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from typing import Any, cast
|
||||||
|
|
||||||
from .base import DeletionResult
|
from .base import DeletionResult
|
||||||
from .kg.shared_storage import get_graph_db_lock
|
from .kg.shared_storage import get_graph_db_lock
|
||||||
from .prompt import GRAPH_FIELD_SEP
|
from .constants import GRAPH_FIELD_SEP
|
||||||
from .utils import compute_mdhash_id, logger
|
from .utils import compute_mdhash_id, logger
|
||||||
from .base import StorageNameSpace
|
from .base import StorageNameSpace
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue