Merge pull request #1715 from MoDDyChat/fix-constants-typo

Fix GRAPH_FIELD_SEP import typo
This commit is contained in:
Daniel.y 2025-06-29 10:12:04 +08:00 committed by GitHub
commit dd12b08708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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