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:
@@ -156,7 +156,7 @@ class SyncService:
|
||||
"to_name": target_entity.title, # Update to actual title
|
||||
},
|
||||
)
|
||||
except IntegrityError as e:
|
||||
except IntegrityError:
|
||||
logger.info(f"Ignoring duplicate relation {relation}")
|
||||
|
||||
# update search index
|
||||
|
||||
Reference in New Issue
Block a user