diff --git a/node_normalizer/normalizer.py b/node_normalizer/normalizer.py index 989466f..7d47215 100644 --- a/node_normalizer/normalizer.py +++ b/node_normalizer/normalizer.py @@ -731,7 +731,7 @@ async def create_node(app, canonical_id, equivalent_ids, types, info_contents, i identifiers_with_labels = [] for identifier in eids: curie = identifier.get('i', '') - identifiers_with_labels, types = await get_eqids_and_types(app, [curie]) + identifiers_with_labels, _ = await get_eqids_and_types(app, [curie]) labels = map(lambda ident: ident.get('l', ''), identifiers_with_labels[0]) if any(map(lambda l: l != '', labels)): break