fix formatting on files

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2025-06-25 22:32:05 -05:00
parent 224e4bf9e4
commit 1bf348259b
7 changed files with 65 additions and 63 deletions
+3 -1
View File
@@ -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}")