From 4639945e40bd9e9ae4aba00d9dc705abb8d8d676 Mon Sep 17 00:00:00 2001 From: Max Wang Date: Tue, 23 Jul 2024 09:21:04 -0400 Subject: [PATCH] Run black --- strider/trapi.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/strider/trapi.py b/strider/trapi.py index dc8a0113..43babc74 100644 --- a/strider/trapi.py +++ b/strider/trapi.py @@ -493,9 +493,7 @@ def convert_subclasses_to_aux_graphs( ): had_support_graphs = True attribute.value.append(aux_edge_id) - if ( - attribute.attribute_type_id == "biolink:knowledge_level" - ): + if attribute.attribute_type_id == "biolink:knowledge_level": had_knowledge_level = True attribute.value = "logical_entailment" attribute.attribute_source = "infores:aragorn"