Skip to content

Commit 19be4d4

Browse files
committed
Fixed an issue.
1 parent 004d966 commit 19be4d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node_normalizer/normalizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,6 @@ async def create_node(app, canonical_id, equivalent_ids, types_with_ancestors, i
856856
if clique_leaders and canonical_id in clique_leaders and eqid["i"] in clique_leaders[canonical_id]:
857857
clique_leader_output = {
858858
"identifier": eqid["i"],
859-
"contains": clique_leaders[canonical_id][eqid["i"]],
860859
}
861860
if "label" in eq_item:
862861
clique_leader_output["label"] = eq_item["label"]

0 commit comments

Comments
 (0)