Skip to content

Commit

Permalink
Update graphiti_core/utils/maintenance/node_operations.py
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
prasmussen15 and ellipsis-dev[bot] authored Feb 11, 2025
1 parent 25a43f8 commit 1fdba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphiti_core/utils/maintenance/node_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ async def resolve_extracted_node(
filter(
lambda x: x is not None,
[
entity_types.get(entity_type, BaseModel())
entity_types.get(entity_type, BaseModel)
for entity_type in extracted_node.labels
],
)
Expand Down

0 comments on commit 1fdba66

Please sign in to comment.