mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix formatting on files
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -694,7 +694,9 @@ class EntityService(BaseService[EntityModel]):
|
||||
|
||||
updates["permalink"] = new_permalink
|
||||
if old_permalink is None:
|
||||
logger.info(f"Generated permalink for entity with null permalink: {new_permalink}")
|
||||
logger.info(
|
||||
f"Generated permalink for entity with null permalink: {new_permalink}"
|
||||
)
|
||||
else:
|
||||
logger.info(f"Updated permalink: {old_permalink} -> {new_permalink}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user