Skip to content

Commit 1e7c8d9

Browse files
groksrcphernandez
andauthored
Update src/basic_memory/services/entity_service.py
Co-authored-by: Paul Hernandez <60959+phernandez@users.noreply.github.com> Signed-off-by: Drew Cain <groksrc@users.noreply.github.com>
1 parent 79e098f commit 1e7c8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/basic_memory/services/entity_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sqlalchemy.exc import IntegrityError
1010

1111
from basic_memory.config import ProjectConfig, BasicMemoryConfig
12-
from basic_memory.file_utils import has_frontmatter, parse_frontmatter, remove_frontmatter, dumps_frontmatter_obsidian_compatible
12+
from basic_memory.file_utils import has_frontmatter, parse_frontmatter, remove_frontmatter, dump_frontmatter
1313
from basic_memory.markdown import EntityMarkdown
1414
from basic_memory.markdown.entity_parser import EntityParser
1515
from basic_memory.markdown.utils import entity_model_from_markdown, schema_to_markdown

0 commit comments

Comments
 (0)