mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
lint code
This commit is contained in:
@@ -124,7 +124,7 @@ class EntityService(BaseService[EntityModel]):
|
||||
entity_markdown = await self.entity_parser.parse_file(file_path)
|
||||
|
||||
# create entity
|
||||
created_entity = await self.create_entity_from_markdown(file_path, entity_markdown)
|
||||
await self.create_entity_from_markdown(file_path, entity_markdown)
|
||||
|
||||
# add relations
|
||||
entity = await self.update_entity_relations(file_path, entity_markdown)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"""Base service class."""
|
||||
|
||||
from typing import TypeVar, Generic, List, Sequence
|
||||
from typing import TypeVar, Generic
|
||||
|
||||
from basic_memory.models import Base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user